Closed
Bug 908571
Opened 12 years ago
Closed 12 years ago
blocking target=_top http links inside https iframes on https pages
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 902350
People
(Reporter: rkirov, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; CrOS x86_64 4100.89.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36
Steps to reproduce:
I have a secure (https) page, containing a secure (https) iframe.
Within the iframe I have <a target="_top" href="http://...">
I click on the link.
Actual results:
The click is blocked, the page does not navigate. The blocking is recorded in the JS console.
Expected results:
Top window should navigate to the http url.
Navigating https to http is not blocked in general, so it is unexpected to block when the navigation comes from within a secure iframe.
Updated•12 years ago
|
Component: Untriaged → Document Navigation
Product: Firefox → Core
Comment 2•12 years ago
|
||
This was fixed in bug 902350 and uplifted to beta.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Flags: needinfo?(tanvi)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•