Comment 0 for bug 1368117

Revision history for this message
Chris Coulson (chrisccoulson) wrote :

Whilst writing the test for this, I noticed that if you do the following:

- set WebPreferences.canDisplayInsecureContent to false
- load a page over SSL that contains an insecure script and insecure content (at this point, WebView.blockedContent is correct)
- call WebView.setCanTemporarilyDisplayInsecureContent(true) (which causes the page to reload).

At this point, WebView.blockedContent should still have the ContentTypeMixedScript bit set, but it is now clear