1
0
mirror of https://github.com/arkenfox/user.js.git synced 2025-05-25 01:07:05 +02:00

remove stray reference, fixes

This commit is contained in:
Thorin-Oakenpants 2025-03-28 10:39:27 +00:00 committed by GitHub
parent 2733b25a6e
commit 5895e3171c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1121,7 +1121,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.fingerprinting.enabled", true); // [DEFAULT: true]
/* 7017: disable service workers
* [WHY] Already isolated with TCP (2701) behind a pref (2710) ***/
* [WHY] Already isolated with TCP (2701) behind a pref ***/
// user_pref("dom.serviceWorkers.enabled", false);
/* 7018: disable Web Notifications [FF22+]
* [WHY] Web Notifications are behind a prompt (7002)