|
1 | 1 | /****** |
2 | 2 | * name: arkenfox user.js |
3 | | -* date: 30 March 2023 |
4 | | -* version: 111 |
| 3 | +* date: 4 May 2023 |
| 4 | +* version: 112 |
5 | 5 | * url: https://github.com/arkenfox/user.js |
6 | 6 | * license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt |
7 | 7 |
|
@@ -491,7 +491,7 @@ user_pref("security.pki.crlite_mode", 2); |
491 | 491 | * [SETTING] to add site exceptions: Padlock>HTTPS-Only mode>On (after "Continue to HTTP Site") |
492 | 492 | * [SETTING] Privacy & Security>HTTPS-Only Mode (and manage exceptions) |
493 | 493 | * [TEST] http://example.com [upgrade] |
494 | | - * [TEST] http://httpforever.com/ [no upgrade] ***/ |
| 494 | + * [TEST] http://httpforever.com/ | http://http.rip [no upgrade] ***/ |
495 | 495 | user_pref("dom.security.https_only_mode", true); // [FF76+] |
496 | 496 | // user_pref("dom.security.https_only_mode_pbm", true); // [FF80+] |
497 | 497 | /* 1245: enable HTTPS-Only mode for local resources [FF77+] ***/ |
@@ -1007,8 +1007,8 @@ user_pref("network.http.referer.spoofSource", false); // [DEFAULT: false] |
1007 | 1007 | * [1] https://www.squarefree.com/2004/07/01/race-conditions-in-security-dialogs/ ***/ |
1008 | 1008 | user_pref("security.dialog_enable_delay", 1000); // [DEFAULT: 1000] |
1009 | 1009 | /* 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 ***/ |
1012 | 1012 | user_pref("privacy.firstparty.isolate", false); // [DEFAULT: false] |
1013 | 1013 | /* 6009: enforce SmartBlock shims [FF81+] |
1014 | 1014 | * In FF96+ these are listed in about:compat |
|
0 commit comments