59 deprecated tweaks
This commit is contained in:
parent
6fd415eab2
commit
7f7282a975
8
user.js
8
user.js
@ -2064,19 +2064,19 @@ user_pref("security.mixed_content.send_hsts_priming", false);
|
|||||||
// [-] https://bugzilla.mozilla.org/587523
|
// [-] https://bugzilla.mozilla.org/587523
|
||||||
user_pref("network.http.referer.userControlPolicy", 3); // (FF53-FF58) default: 3
|
user_pref("network.http.referer.userControlPolicy", 3); // (FF53-FF58) default: 3
|
||||||
// 1804: disable plugins using external/untrusted scripts with XPCOM or XPConnect
|
// 1804: disable plugins using external/untrusted scripts with XPCOM or XPConnect
|
||||||
// [-] https://bugzilla.mozilla.org/1416703 (part8)
|
// [-] (part8) https://bugzilla.mozilla.org/1416703#c21
|
||||||
user_pref("security.xpconnect.plugin.unrestricted", false);
|
user_pref("security.xpconnect.plugin.unrestricted", false);
|
||||||
// 2022: disable screensharing domain whitelist
|
// 2022: disable screensharing domain whitelist
|
||||||
// [-] https://bugzilla.mozilla.org/1411742 (part3)
|
// [-] https://bugzilla.mozilla.org/1411742
|
||||||
user_pref("media.getusermedia.screensharing.allowed_domains", "");
|
user_pref("media.getusermedia.screensharing.allowed_domains", "");
|
||||||
// 2023: disable camera stuff
|
// 2023: disable camera stuff
|
||||||
// [-] https://bugzilla.mozilla.org/1416703 (part7)
|
// [-] (part7) https://bugzilla.mozilla.org/1416703#c21
|
||||||
user_pref("camera.control.face_detection.enabled", false);
|
user_pref("camera.control.face_detection.enabled", false);
|
||||||
// 2203: disable [popup window] scripts hiding or disabling the following
|
// 2203: disable [popup window] scripts hiding or disabling the following
|
||||||
// [-] https://bugzilla.mozilla.org/1425999
|
// [-] https://bugzilla.mozilla.org/1425999
|
||||||
user_pref("dom.disable_window_status_change", true);
|
user_pref("dom.disable_window_status_change", true);
|
||||||
// 2416: disable idle observation
|
// 2416: disable idle observation
|
||||||
// [-] https://bugzilla.mozilla.org/1416703 (part7)
|
// [-] (part7) https://bugzilla.mozilla.org/1416703#c21
|
||||||
user_pref("dom.idle-observers-api.enabled", false);
|
user_pref("dom.idle-observers-api.enabled", false);
|
||||||
// * * * /
|
// * * * /
|
||||||
// ***/
|
// ***/
|
||||||
|
Loading…
Reference in New Issue
Block a user