mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-06 17:43:59 +02:00
v136
This commit is contained in:
parent
3d76c74c80
commit
be243700b4
11
user.js
11
user.js
@ -1,7 +1,7 @@
|
|||||||
/******
|
/******
|
||||||
* name: arkenfox user.js
|
* name: arkenfox user.js
|
||||||
* date: 6 March 2025
|
* date: 30 March 2025
|
||||||
* version: 135
|
* version: 136
|
||||||
* 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
|
||||||
@ -125,7 +125,7 @@ user_pref("browser.discovery.enabled", false);
|
|||||||
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1840156#c0 ***/
|
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1840156#c0 ***/
|
||||||
user_pref("browser.shopping.experience2023.enabled", false); // [DEFAULT: false]
|
user_pref("browser.shopping.experience2023.enabled", false); // [DEFAULT: false]
|
||||||
|
|
||||||
/** TELEMETRY ***/
|
/** ACTIVITY STREAM ***/
|
||||||
/* 0335: disable Firefox Home (Activity Stream) telemetry ***/
|
/* 0335: disable Firefox Home (Activity Stream) telemetry ***/
|
||||||
user_pref("browser.newtabpage.activity-stream.feeds.telemetry", false);
|
user_pref("browser.newtabpage.activity-stream.feeds.telemetry", false);
|
||||||
user_pref("browser.newtabpage.activity-stream.telemetry", false);
|
user_pref("browser.newtabpage.activity-stream.telemetry", false);
|
||||||
@ -807,8 +807,9 @@ user_pref("privacy.resistFingerprinting.block_mozAddonManager", true);
|
|||||||
// user_pref("privacy.resistFingerprinting.letterboxing", true); // [HIDDEN PREF]
|
// user_pref("privacy.resistFingerprinting.letterboxing", true); // [HIDDEN PREF]
|
||||||
// user_pref("privacy.resistFingerprinting.letterboxing.dimensions", ""); // [HIDDEN PREF]
|
// user_pref("privacy.resistFingerprinting.letterboxing.dimensions", ""); // [HIDDEN PREF]
|
||||||
/* 4505: disable RFP by domain [FF91+]
|
/* 4505: disable RFP by domain [FF91+]
|
||||||
* [NOTE] Working examples: "arkenfox.github.io", "*github.io"
|
* [NOTE]: The pref takes comma separated values: e.g. "domain1.tld, *domain2.tld"
|
||||||
* Non-working examples: "https://arkenfox.github.io", "github.io", "*arkenfox.github.io" ***/
|
* Working domain examples: "arkenfox.github.io", "*github.io"
|
||||||
|
* Non-working domain examples: "https://arkenfox.github.io", "github.io", "*arkenfox.github.io" ***/
|
||||||
// user_pref("privacy.resistFingerprinting.exemptedDomains", "*.example.invalid");
|
// user_pref("privacy.resistFingerprinting.exemptedDomains", "*.example.invalid");
|
||||||
/* 4506: disable RFP spoof english prompt [FF59+]
|
/* 4506: disable RFP spoof english prompt [FF59+]
|
||||||
* 0=prompt, 1=disabled, 2=enabled
|
* 0=prompt, 1=disabled, 2=enabled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user