mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-17 14:17:11 +02:00
save more bytes
This commit is contained in:
parent
fee888ad15
commit
6d2340a429
1 changed files with 1 additions and 1 deletions
2
user.js
2
user.js
|
@ -1145,7 +1145,7 @@ user_pref("_user.js.parrot", "7000 syntax error: the parrot's pushing up daisies
|
||||||
// user_pref("privacy.trackingprotection.cryptomining.enabled", true); // [DEFAULT: true]
|
// user_pref("privacy.trackingprotection.cryptomining.enabled", true); // [DEFAULT: true]
|
||||||
// user_pref("privacy.trackingprotection.fingerprinting.enabled", true); // [DEFAULT: true]
|
// user_pref("privacy.trackingprotection.fingerprinting.enabled", true); // [DEFAULT: true]
|
||||||
/* 7017: disable service workers
|
/* 7017: disable service workers
|
||||||
* [WHY] Already isolated (FF96+) with TCP (2701) behind a pref (2710) ***/
|
* [WHY] Already isolated with TCP (2701) behind a pref (2710) ***/
|
||||||
// user_pref("dom.serviceWorkers.enabled", false);
|
// user_pref("dom.serviceWorkers.enabled", false);
|
||||||
/* 7018: disable Web Notifications
|
/* 7018: disable Web Notifications
|
||||||
* [WHY] Web Notifications are behind a prompt (7002)
|
* [WHY] Web Notifications are behind a prompt (7002)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue