mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-29 13:33:37 +02:00
remove hideOnionSource
This commit is contained in:
parent
d6946f1c26
commit
1ff49287de
1 changed files with 2 additions and 6 deletions
8
user.js
8
user.js
|
@ -1,7 +1,7 @@
|
||||||
/******
|
/******
|
||||||
* name: arkenfox user.js
|
* name: arkenfox user.js
|
||||||
* date: 25 October 2024
|
* date: 10 November 2024
|
||||||
* version: 131
|
* version: 132
|
||||||
* urls: https://github.com/arkenfox/user.js [repo]
|
* urls: https://github.com/arkenfox/user.js [repo]
|
||||||
* : https://arkenfox.github.io/gui/ [interactive]
|
* : https://arkenfox.github.io/gui/ [interactive]
|
||||||
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
|
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
|
||||||
|
@ -1105,10 +1105,6 @@ user_pref("_user.js.parrot", "7000 syntax error: the parrot's pushing up daisies
|
||||||
* [WHY] Passive fingerprinting and perf costs. These are session-only
|
* [WHY] Passive fingerprinting and perf costs. These are session-only
|
||||||
* and isolated with network partitioning (FF85+) and/or containers ***/
|
* and isolated with network partitioning (FF85+) and/or containers ***/
|
||||||
// user_pref("security.ssl.disable_session_identifiers", true);
|
// user_pref("security.ssl.disable_session_identifiers", true);
|
||||||
/* 7006: onions
|
|
||||||
* [WHY] Firefox doesn't support hidden services. Use Tor Browser ***/
|
|
||||||
// user_pref("dom.securecontext.allowlist_onions", true); // [FF97+] 1382359/1744006
|
|
||||||
// user_pref("network.http.referer.hideOnionSource", true); // 1305144
|
|
||||||
/* 7007: referers
|
/* 7007: referers
|
||||||
* [WHY] Only cross-origin referers (1602, 5510) matter ***/
|
* [WHY] Only cross-origin referers (1602, 5510) matter ***/
|
||||||
// user_pref("network.http.sendRefererHeader", 2);
|
// user_pref("network.http.sendRefererHeader", 2);
|
||||||
|
|
Loading…
Add table
Reference in a new issue