mirror of
https://github.com/arkenfox/user.js.git
synced 2025-02-23 02:43:56 +00:00
move web notifcations to don't bother
This commit is contained in:
parent
7811e912f4
commit
93f0ff89c8
23
user.js
23
user.js
@ -687,18 +687,6 @@ user_pref("dom.disable_window_move_resize", true);
|
|||||||
user_pref("dom.disable_open_during_load", true);
|
user_pref("dom.disable_open_during_load", true);
|
||||||
/* 2404: limit events that can cause a popup [SETUP-WEB] ***/
|
/* 2404: limit events that can cause a popup [SETUP-WEB] ***/
|
||||||
user_pref("dom.popup_allowed_events", "click dblclick mousedown pointerdown");
|
user_pref("dom.popup_allowed_events", "click dblclick mousedown pointerdown");
|
||||||
/* 2410: disable Web Notifications
|
|
||||||
* [NOTE] Web Notifications are behind a prompt (7002) ***/
|
|
||||||
// user_pref("dom.webnotifications.enabled", false); // [FF22+]
|
|
||||||
// user_pref("dom.webnotifications.serviceworker.enabled", false); // [FF44+]
|
|
||||||
/* 2411: disable Push Notifications [FF44+]
|
|
||||||
* Push allows websites to send you subscribed messages through Mozilla's Push Server,
|
|
||||||
* and requires service workers to subscribe to and display, and is behind a prompt (7002)
|
|
||||||
* [NOTE] Disabling service workers alone doesn't stop Firefox polling the Mozilla Push Server
|
|
||||||
* [NOTE] To remove all subscriptions, reset "dom.push.userAgentID"
|
|
||||||
* [1] https://support.mozilla.org/kb/push-notifications-firefox
|
|
||||||
* [2] https://developer.mozilla.org/docs/Web/API/Push_API ***/
|
|
||||||
// user_pref("dom.push.enabled", false);
|
|
||||||
|
|
||||||
/*** [SECTION 2600]: MISCELLANEOUS ***/
|
/*** [SECTION 2600]: MISCELLANEOUS ***/
|
||||||
user_pref("_user.js.parrot", "2600 syntax error: the parrot's run down the curtain!");
|
user_pref("_user.js.parrot", "2600 syntax error: the parrot's run down the curtain!");
|
||||||
@ -1179,6 +1167,7 @@ user_pref("_user.js.parrot", "7000 syntax error: the parrot's pushing up daisies
|
|||||||
/* 7006: onions
|
/* 7006: onions
|
||||||
* [WHY] Firefox doesn't support hidden services. Use Tor Browser ***/
|
* [WHY] Firefox doesn't support hidden services. Use Tor Browser ***/
|
||||||
// user_pref("dom.securecontext.whitelist_onions", true); // 1382359
|
// user_pref("dom.securecontext.whitelist_onions", true); // 1382359
|
||||||
|
// user_pref("dom.securecontext.allowlist_onions", true); // [FF97+] 1382359/1744006
|
||||||
// user_pref("network.http.referer.hideOnionSource", true); // 1305144
|
// user_pref("network.http.referer.hideOnionSource", true); // 1305144
|
||||||
/* 7007: referers
|
/* 7007: referers
|
||||||
* [WHY] Only cross-origin referers (1600s) need control ***/
|
* [WHY] Only cross-origin referers (1600s) need control ***/
|
||||||
@ -1233,6 +1222,16 @@ user_pref("_user.js.parrot", "7000 syntax error: the parrot's pushing up daisies
|
|||||||
* [WHY] Already isolated (FF96+) with TCP (2701) behind a pref (2710)
|
* [WHY] Already isolated (FF96+) with TCP (2701) behind a pref (2710)
|
||||||
* or blocked with TCP in 3rd parties (FF95 or lower) ***/
|
* or blocked with TCP in 3rd parties (FF95 or lower) ***/
|
||||||
// user_pref("dom.serviceWorkers.enabled", false);
|
// user_pref("dom.serviceWorkers.enabled", false);
|
||||||
|
/* 7018: disable Web Notifications
|
||||||
|
* [WHY] Web Notifications are behind a prompt (7002)
|
||||||
|
* [1] https://blog.mozilla.org/en/products/firefox/block-notification-requests/ ***/
|
||||||
|
// user_pref("dom.webnotifications.enabled", false); // [FF22+]
|
||||||
|
// user_pref("dom.webnotifications.serviceworker.enabled", false); // [FF44+]
|
||||||
|
/* 7019: disable Push Notifications [FF44+]
|
||||||
|
* [WHY] Push requires subscription
|
||||||
|
* [NOTE] To remove all subscriptions, reset "dom.push.userAgentID"
|
||||||
|
* [1] https://support.mozilla.org/kb/push-notifications-firefox ***/
|
||||||
|
// user_pref("dom.push.enabled", false);
|
||||||
|
|
||||||
/*** [SECTION 8000]: DON'T BOTHER: FINGERPRINTING
|
/*** [SECTION 8000]: DON'T BOTHER: FINGERPRINTING
|
||||||
[WHY] They are insufficient to help anti-fingerprinting and do more harm than good
|
[WHY] They are insufficient to help anti-fingerprinting and do more harm than good
|
||||||
|
Loading…
x
Reference in New Issue
Block a user