2429 remove default tag
This commit is contained in:
parent
a173d30d4e
commit
a4c2bb80aa
2
user.js
2
user.js
@ -1099,7 +1099,7 @@ user_pref("dom.IntersectionObserver.enabled", false);
|
||||
user_pref("dom.event.highrestimestamp.enabled", true); // [DEFAULT: true]
|
||||
/* 2429: enable (limited but sufficient) window.opener protection [FF65+]
|
||||
* Makes rel=noopener implicit for target=_blank in anchor and area elements when no rel attribute is set ***/
|
||||
user_pref("dom.targetBlankNoOpener.enabled", true); // [DEFAULT: true]
|
||||
user_pref("dom.targetBlankNoOpener.enabled", true);
|
||||
|
||||
/*** [SECTION 2500]: HARDWARE FINGERPRINTING ***/
|
||||
user_pref("_user.js.parrot", "2500 syntax error: the parrot's shuffled off 'is mortal coil!");
|
||||
|
Loading…
Reference in New Issue
Block a user