This commit is contained in:
Thorin-Oakenpants 2024-12-13 09:56:11 +00:00 committed by GitHub
parent 7063ec250e
commit 4d733f63bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
/******
* name: arkenfox user.js
* date: 20 December 2024
* version: 134
* version: 133
* urls: https://github.com/arkenfox/user.js [repo]
* : https://arkenfox.github.io/gui/ [interactive]
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
@ -848,8 +848,8 @@ user_pref("privacy.resistFingerprinting.block_mozAddonManager", true);
// user_pref("privacy.resistFingerprinting.letterboxing", true); // [HIDDEN PREF]
// user_pref("privacy.resistFingerprinting.letterboxing.dimensions", ""); // [HIDDEN PREF]
/* 4505: disable RFP by domain [FF91+]
* [NOTE} working examples: "arkenfox.github.io", "*github.io"
* non-working exmaples: "https://arkenfox.github.io", "github.io", "*arkenfox.github.io" ***/
* [NOTE] Working examples: "arkenfox.github.io", "*github.io"
* Non-working exmaples: "https://arkenfox.github.io", "github.io", "*arkenfox.github.io" ***/
// user_pref("privacy.resistFingerprinting.exemptedDomains", "*.example.invalid");
/* 4506: disable RFP spoof english prompt [FF59+]
* 0=prompt, 1=disabled, 2=enabled