Open
Bug 1306519
Opened 8 years ago
Updated 11 months ago
Reimplement noreferrer/noopener anchor navigations on top of window.open with noopener option or some shared backend
Categories
(Core :: DOM: Navigation, defect, P3)
Core
DOM: Navigation
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox52 | --- | affected |
People
(Reporter: bzbarsky, Unassigned)
References
(Depends on 1 open bug)
Details
Attachments
(1 obsolete file)
When we move noopener window.open into a separate process, it woudl be nice if the same thing happened for anchor navigations.
This is not as simple as it seems, because we have to propagate a bunch of state over to the navigation. Clearly referrer policy and referrer and whether noreferrer is in use, but probably other things hanging off the anchor element.
Maybe the right answer is to share some backend with window.open() instead of reusing it altogether....
Updated•8 years ago
|
Priority: -- → P3
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•5 years ago
|
Component: DOM: Core & HTML → DOM: Navigation
Updated•2 years ago
|
Severity: normal → S3
Updated•11 months ago
|
Attachment #9385875 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•