Skip to content

Commit bc5add9

Browse files
v112 (#1654)
1 parent b117916 commit bc5add9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

user.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/******
22
* name: arkenfox user.js
3-
* date: 30 March 2023
4-
* version: 111
3+
* date: 4 May 2023
4+
* version: 112
55
* url: https://github.com/arkenfox/user.js
66
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
77
@@ -491,7 +491,7 @@ user_pref("security.pki.crlite_mode", 2);
491491
* [SETTING] to add site exceptions: Padlock>HTTPS-Only mode>On (after "Continue to HTTP Site")
492492
* [SETTING] Privacy & Security>HTTPS-Only Mode (and manage exceptions)
493493
* [TEST] http://example.com [upgrade]
494-
* [TEST] http://httpforever.com/ [no upgrade] ***/
494+
* [TEST] http://httpforever.com/ | http://http.rip [no upgrade] ***/
495495
user_pref("dom.security.https_only_mode", true); // [FF76+]
496496
// user_pref("dom.security.https_only_mode_pbm", true); // [FF80+]
497497
/* 1245: enable HTTPS-Only mode for local resources [FF77+] ***/
@@ -1007,8 +1007,8 @@ user_pref("network.http.referer.spoofSource", false); // [DEFAULT: false]
10071007
* [1] https://www.squarefree.com/2004/07/01/race-conditions-in-security-dialogs/ ***/
10081008
user_pref("security.dialog_enable_delay", 1000); // [DEFAULT: 1000]
10091009
/* 6008: enforce no First Party Isolation [FF51+]
1010-
* [WARNING] Replaced with network partitioning (FF85+) and TCP (2701),
1011-
* and enabling FPI disables those. FPI is no longer maintained ***/
1010+
* [WARNING] Replaced with network partitioning (FF85+) and TCP (2701), and enabling FPI
1011+
* disables those. FPI is no longer maintained except at Tor Project for Tor Browser's config ***/
10121012
user_pref("privacy.firstparty.isolate", false); // [DEFAULT: false]
10131013
/* 6009: enforce SmartBlock shims [FF81+]
10141014
* In FF96+ these are listed in about:compat

0 commit comments

Comments
 (0)