Bug 1522083 - Enable noopener by default for area and anchor elements with target=_blank and no rel attribute set, r=ckerschb

Differential Revision: https://phabricator.services.mozilla.com/D67497
This commit is contained in:
Andrea Marchesini 2020-06-05 14:31:26 +00:00
parent 9ad88f80ae
commit 8ad43f4d47

View File

@ -2674,7 +2674,7 @@
# opener/noopener.
- name: dom.targetBlankNoOpener.enabled
type: bool
value: @IS_EARLY_BETA_OR_EARLIER@
value: true
mirror: always
# Is support for Selection.GetRangesForInterval enabled?