[RFE] Add permission for link targets to open a new window / new tab
Categories
(Firefox :: Tabbed Browser, enhancement, P5)
Tracking
()
People
(Reporter: mozilla, Unassigned)
Details
Attachments
(1 obsolete file)
Updated•7 years ago
|
Comment 1•7 years ago
|
||
Comment 2•6 years ago
|
||
I second this request.
From an accessibility perspective, new windows/tabs can be problematic for users and have been cited as such since the release of WCAG 1.0 in 1999 and are referenced in a number of WCAG 2.x documents including Success Criterion 3.2.5: Change on Request and supporting documents such as F22, H83, SCR24, G200, and G201.
We also know that links with target="_blank" attributes that lack rel=noopener and/or rel=noreferrer presents a security risk to users.
Without developers taking care to consider all contexts and address security issues in their implementations then a core feature of the web (the hyperlink) is both a usability and security risk.
The browser can mitigate this by making it a setting users can control. It can also make this part of a larger enterprise policy setting, allowing organizations the ability to provide additional security in their environments.
| Reporter | ||
Comment 3•5 years ago
|
||
Now Amazon has started to use target="_blank" on some of its internal links too, forcing me to have multiple Amazon tabs open even though I only want to have a single Amazon tab.
I could mitigate the problem by setting "browser.link.open_newwindow=1" and "browser.link.open_newwindow.restriction=0" (see http://kb.mozillazine.org/Browser.link.open_newwindow and http://kb.mozillazine.org/Browser.link.open_newwindow.restriction). However, this would affect all sites, while the behaviour is actually desired on some web sites.
Please make it possible to set a "browser.link.open_newwindow=1" and "browser.link.open_newwindow.restriction=0" effect individually on some web sites. As more and more web sites contract the target="_blank" disease, this would really be a killer feature! Thank you!
Updated•3 years ago
|
Updated•2 years ago
|
Description
•