mirror of
https://github.com/arkenfox/user.js.git
synced 2026-07-18 09:50:48 +05:30
fix spelling, remove optInPartitioning #2017
see https://bugzilla.mozilla.org/show_bug.cgi?id=1951443 - not used in ETP Strict since 137- in the DON'T BOTHER section, so no need to keep around for prefsCleaner
This commit is contained in:
@@ -941,7 +941,7 @@ user_pref("_user.js.parrot", "5000 syntax error: the parrot's taken 'is last bow
|
|||||||
// user_pref("dom.popup_allowed_events", "click dblclick mousedown pointerdown");
|
// user_pref("dom.popup_allowed_events", "click dblclick mousedown pointerdown");
|
||||||
/* 5019: disable page thumbnail collection ***/
|
/* 5019: disable page thumbnail collection ***/
|
||||||
// user_pref("browser.pagethumbnails.capturing_disabled", true); // [HIDDEN PREF]
|
// user_pref("browser.pagethumbnails.capturing_disabled", true); // [HIDDEN PREF]
|
||||||
/* 5020: disable Windows native notifications and use app notications instead [FF111+] [WINDOWS] ***/
|
/* 5020: disable Windows native notifications and use app notifications instead [FF111+] [WINDOWS] ***/
|
||||||
// user_pref("alerts.useSystemBackend.windows.notificationserver.enabled", false);
|
// user_pref("alerts.useSystemBackend.windows.notificationserver.enabled", false);
|
||||||
|
|
||||||
/*** [SECTION 5500]: OPTIONAL HARDENING
|
/*** [SECTION 5500]: OPTIONAL HARDENING
|
||||||
@@ -1120,7 +1120,6 @@ user_pref("_user.js.parrot", "7000 syntax error: the parrot's pushing up daisies
|
|||||||
* [NOTE] FPP (fingerprintingProtection) is ignored when RFP (4501) is enabled
|
* [NOTE] FPP (fingerprintingProtection) is ignored when RFP (4501) is enabled
|
||||||
* [WHY] Arkenfox only supports strict (2701) which sets these at runtime ***/
|
* [WHY] Arkenfox only supports strict (2701) which sets these at runtime ***/
|
||||||
// user_pref("network.cookie.cookieBehavior", 5); // [DEFAULT: 5]
|
// user_pref("network.cookie.cookieBehavior", 5); // [DEFAULT: 5]
|
||||||
// user_pref("network.cookie.cookieBehavior.optInPartitioning", true); // [ETP FF132+]
|
|
||||||
// user_pref("network.http.referer.disallowCrossSiteRelaxingDefault", true);
|
// user_pref("network.http.referer.disallowCrossSiteRelaxingDefault", true);
|
||||||
// user_pref("network.http.referer.disallowCrossSiteRelaxingDefault.top_navigation", true); // [FF100+]
|
// user_pref("network.http.referer.disallowCrossSiteRelaxingDefault.top_navigation", true); // [FF100+]
|
||||||
// user_pref("privacy.bounceTrackingProtection.mode", 1); // [FF131+] [ETP FF133+]
|
// user_pref("privacy.bounceTrackingProtection.mode", 1); // [FF131+] [ETP FF133+]
|
||||||
|
|||||||
Reference in New Issue
Block a user