ABE Anon HTTP: from HTTPS: rule breaks iframe blocking
Posted: Fri Nov 12, 2010 11:28 am
when the iframe is DNS cached
Load this via https:
Fx 3.6.12, NS 2.0.5.1
Before http://example.org is DNS cached, everything is fine, the iframe is blocked, the Anon rule is not triggered, and the page has a secure status.
But if http://example.org is loaded first, when loading the test page:
Code: Select all
Site http:
Anon INC from https:
Code: Select all
<iframe src="http://example.org"></iframe>
Before http://example.org is DNS cached, everything is fine, the iframe is blocked, the Anon rule is not triggered, and the page has a secure status.
But if http://example.org is loaded first, when loading the test page:
- you can see the iframe briefly load, then get replaced by the placeholder
- the iframe request makes it out to the network
- Anon rule is triggered twice (error console)
- page ends up with a mixed status