remove dom.IntersectionObserver.enabled #1026
- this was made inactive in v68 - since at least FF79, when active as false, it breaks the web and browser consoles - it breaks websites - it breaks extensions: e.g. uBO panel functionality - it does nothing to mitigate possible fingerprinting (which was why it was initially added as a concern) - i.e the API only provided a standardized method, it does not stop previous/earlier workarounds
This commit is contained in:
parent
421f1e361c
commit
a56ba85936
5
user.js
5
user.js
@ -1073,11 +1073,6 @@ user_pref("javascript.options.asmjs", false);
|
|||||||
* [NOTE] In FF71+ this no longer affects extensions (1576254)
|
* [NOTE] In FF71+ this no longer affects extensions (1576254)
|
||||||
* [1] https://developer.mozilla.org/docs/WebAssembly ***/
|
* [1] https://developer.mozilla.org/docs/WebAssembly ***/
|
||||||
user_pref("javascript.options.wasm", false);
|
user_pref("javascript.options.wasm", false);
|
||||||
/* 2426: disable Intersection Observer API [FF55+]
|
|
||||||
* [1] https://developer.mozilla.org/docs/Web/API/Intersection_Observer_API
|
|
||||||
* [2] https://w3c.github.io/IntersectionObserver/
|
|
||||||
* [3] https://bugzilla.mozilla.org/1243846 ***/
|
|
||||||
// user_pref("dom.IntersectionObserver.enabled", false);
|
|
||||||
/* 2429: enable (limited but sufficient) window.opener protection [FF65+]
|
/* 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 ***/
|
* 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 FF79+]
|
user_pref("dom.targetBlankNoOpener.enabled", true); // [DEFAULT: true FF79+]
|
||||||
|
Loading…
Reference in New Issue
Block a user