mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-02 06:53:37 +02:00
Update user.js
This commit is contained in:
parent
8a144d41e9
commit
c3bc575454
1 changed files with 4 additions and 4 deletions
8
user.js
8
user.js
|
@ -1,6 +1,6 @@
|
||||||
/******
|
/******
|
||||||
* name: arkenfox user.js
|
* name: arkenfox user.js
|
||||||
* date: 1 May 2023
|
* date: 4 May 2023
|
||||||
* version: 112
|
* version: 112
|
||||||
* url: https://github.com/arkenfox/user.js
|
* url: https://github.com/arkenfox/user.js
|
||||||
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
|
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
|
||||||
|
@ -491,7 +491,7 @@ user_pref("security.pki.crlite_mode", 2);
|
||||||
* [SETTING] to add site exceptions: Padlock>HTTPS-Only mode>On (after "Continue to HTTP Site")
|
* [SETTING] to add site exceptions: Padlock>HTTPS-Only mode>On (after "Continue to HTTP Site")
|
||||||
* [SETTING] Privacy & Security>HTTPS-Only Mode (and manage exceptions)
|
* [SETTING] Privacy & Security>HTTPS-Only Mode (and manage exceptions)
|
||||||
* [TEST] http://example.com [upgrade]
|
* [TEST] http://example.com [upgrade]
|
||||||
* [TEST] http://httpforever.com/ [no upgrade] ***/
|
* [TEST] http://httpforever.com/ | http://http.rip [no upgrade] ***/
|
||||||
user_pref("dom.security.https_only_mode", true); // [FF76+]
|
user_pref("dom.security.https_only_mode", true); // [FF76+]
|
||||||
// user_pref("dom.security.https_only_mode_pbm", true); // [FF80+]
|
// user_pref("dom.security.https_only_mode_pbm", true); // [FF80+]
|
||||||
/* 1245: enable HTTPS-Only mode for local resources [FF77+] ***/
|
/* 1245: enable HTTPS-Only mode for local resources [FF77+] ***/
|
||||||
|
@ -730,7 +730,7 @@ user_pref("privacy.clearOnShutdown.offlineApps", true); // Site Data
|
||||||
/* 2816: set cache to clear on exit [FF96+]
|
/* 2816: set cache to clear on exit [FF96+]
|
||||||
* [NOTE] We already disable disk cache (1001) and clear on exit (2811) which is more robust
|
* [NOTE] We already disable disk cache (1001) and clear on exit (2811) which is more robust
|
||||||
* [1] https://bugzilla.mozilla.org/1671182 ***/
|
* [1] https://bugzilla.mozilla.org/1671182 ***/
|
||||||
// user_pref("privacy.clearsitedata.cache.enabled", true); // 1821651
|
// user_pref("privacy.clearsitedata.cache.enabled", true);
|
||||||
|
|
||||||
/** SANITIZE MANUAL: IGNORES "ALLOW" SITE EXCEPTIONS ***/
|
/** SANITIZE MANUAL: IGNORES "ALLOW" SITE EXCEPTIONS ***/
|
||||||
/* 2820: reset default items to clear with Ctrl-Shift-Del [SETUP-CHROME]
|
/* 2820: reset default items to clear with Ctrl-Shift-Del [SETUP-CHROME]
|
||||||
|
@ -838,7 +838,7 @@ user_pref("privacy.resistFingerprinting.letterboxing", true); // [HIDDEN PREF]
|
||||||
* [WARNING] DO NOT USE unless testing, see [1] comment 12
|
* [WARNING] DO NOT USE unless testing, see [1] comment 12
|
||||||
* [1] https://bugzilla.mozilla.org/1635603 ***/
|
* [1] https://bugzilla.mozilla.org/1635603 ***/
|
||||||
// user_pref("privacy.resistFingerprinting.exemptedDomains", "*.example.invalid");
|
// user_pref("privacy.resistFingerprinting.exemptedDomains", "*.example.invalid");
|
||||||
// user_pref("privacy.resistFingerprinting.testGranularityMask", 0); // 1824235
|
// user_pref("privacy.resistFingerprinting.testGranularityMask", 0);
|
||||||
/* 4506: set RFP's font visibility level (1402) [FF94+] ***/
|
/* 4506: set RFP's font visibility level (1402) [FF94+] ***/
|
||||||
// user_pref("layout.css.font-visibility.resistFingerprinting", 1); // [DEFAULT: 1]
|
// user_pref("layout.css.font-visibility.resistFingerprinting", 1); // [DEFAULT: 1]
|
||||||
/* 4510: disable using system colors
|
/* 4510: disable using system colors
|
||||||
|
|
Loading…
Add table
Reference in a new issue