mirror of
https://github.com/arkenfox/user.js.git
synced 2025-11-22 16:35:16 +01:00
tidy
This commit is contained in:
committed by
GitHub
parent
e1dd797b38
commit
5ca8f0c10c
4
user.js
4
user.js
@@ -353,7 +353,7 @@ user_pref("network.auth.subresource-http-auth-allow", 1);
|
|||||||
// user_pref("network.http.microsoft-entra-sso.enabled", false); // [DEFAULT: false]
|
// user_pref("network.http.microsoft-entra-sso.enabled", false); // [DEFAULT: false]
|
||||||
/* 0910: enforce no direct attestation in passkeys [FF144+]
|
/* 0910: enforce no direct attestation in passkeys [FF144+]
|
||||||
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1981587 ***/
|
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1981587 ***/
|
||||||
pref("security.webauthn.always_allow_direct_attestation", false); // [DEFAULT: false]
|
user_pref("security.webauthn.always_allow_direct_attestation", false); // [DEFAULT: false]
|
||||||
|
|
||||||
/*** [SECTION 1000]: DISK AVOIDANCE ***/
|
/*** [SECTION 1000]: DISK AVOIDANCE ***/
|
||||||
user_pref("_user.js.parrot", "1000 syntax error: the parrot's gone to meet 'is maker!");
|
user_pref("_user.js.parrot", "1000 syntax error: the parrot's gone to meet 'is maker!");
|
||||||
@@ -609,7 +609,7 @@ user_pref("browser.contentblocking.category", "strict"); // [HIDDEN PREF]
|
|||||||
[1] https://support.mozilla.org/en-US/kb/manage-enhanced-tracking-protection-exceptions
|
[1] https://support.mozilla.org/en-US/kb/manage-enhanced-tracking-protection-exceptions
|
||||||
[2] https://etp-exceptions.mozilla.org/ ***/
|
[2] https://etp-exceptions.mozilla.org/ ***/
|
||||||
user_pref("privacy.trackingprotection.allow_list.baseline.enabled", true); // [DEFAULT: true]
|
user_pref("privacy.trackingprotection.allow_list.baseline.enabled", true); // [DEFAULT: true]
|
||||||
user_pref("privacy.trackingprotection.allow_list.convenience.enabled", false); // DEFAULT: false when ETP Strict manually chosen]
|
user_pref("privacy.trackingprotection.allow_list.convenience.enabled", true); // [DEFAULT: true]
|
||||||
|
|
||||||
/*** [SECTION 2800]: SHUTDOWN & SANITIZING
|
/*** [SECTION 2800]: SHUTDOWN & SANITIZING
|
||||||
We enable sanitizeOnShutdown to help prevent 1st party website tracking across sessions.
|
We enable sanitizeOnShutdown to help prevent 1st party website tracking across sessions.
|
||||||
|
|||||||
Reference in New Issue
Block a user