v112 (#1654)
This commit is contained in:
parent
b117916207
commit
bc5add9450
10
user.js
10
user.js
@ -1,7 +1,7 @@
|
|||||||
/******
|
/******
|
||||||
* name: arkenfox user.js
|
* name: arkenfox user.js
|
||||||
* date: 30 March 2023
|
* date: 4 May 2023
|
||||||
* version: 111
|
* 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+] ***/
|
||||||
@ -1007,8 +1007,8 @@ user_pref("network.http.referer.spoofSource", false); // [DEFAULT: false]
|
|||||||
* [1] https://www.squarefree.com/2004/07/01/race-conditions-in-security-dialogs/ ***/
|
* [1] https://www.squarefree.com/2004/07/01/race-conditions-in-security-dialogs/ ***/
|
||||||
user_pref("security.dialog_enable_delay", 1000); // [DEFAULT: 1000]
|
user_pref("security.dialog_enable_delay", 1000); // [DEFAULT: 1000]
|
||||||
/* 6008: enforce no First Party Isolation [FF51+]
|
/* 6008: enforce no First Party Isolation [FF51+]
|
||||||
* [WARNING] Replaced with network partitioning (FF85+) and TCP (2701),
|
* [WARNING] Replaced with network partitioning (FF85+) and TCP (2701), and enabling FPI
|
||||||
* and enabling FPI disables those. FPI is no longer maintained ***/
|
* disables those. FPI is no longer maintained except at Tor Project for Tor Browser's config ***/
|
||||||
user_pref("privacy.firstparty.isolate", false); // [DEFAULT: false]
|
user_pref("privacy.firstparty.isolate", false); // [DEFAULT: false]
|
||||||
/* 6009: enforce SmartBlock shims [FF81+]
|
/* 6009: enforce SmartBlock shims [FF81+]
|
||||||
* In FF96+ these are listed in about:compat
|
* In FF96+ these are listed in about:compat
|
||||||
|
Loading…
x
Reference in New Issue
Block a user