mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-19 04:47:19 +02:00
Compare commits
No commits in common. "7006c43e779d0e00cfd2bdc1deef5db6f7a53fa5" and "a2640115c91ff22479d4f4562772484567c07052" have entirely different histories.
7006c43e77
...
a2640115c9
@ -41,24 +41,25 @@ lockPref("privacy.donottrackheader.enabled", true);
|
||||
lockPref("privacy.donottrackheader.value", 1);
|
||||
|
||||
// More tunable privacy.resistfingerprinting. I have lost the privacy game
|
||||
// many times before this point, so this is nothing. For the options,
|
||||
// refer to https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargets.inc
|
||||
lockPref("privacy.fingerprintingProtection", true);
|
||||
// many times before this point, so this is nothing.
|
||||
//lockPref("privacy.fingerprintingProtection", true);
|
||||
|
||||
// Somehow I cannot clearPref this, so...
|
||||
//clearPref("privacy.fingerprintingProtection");
|
||||
//lockPref("privacy.fingerprintingProtection", false);
|
||||
pref(
|
||||
"privacy.fingerprintingProtection.overrides",
|
||||
"+AllTargets,-KeyboardEvents,-SpeechSynthesis,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-NavigatorPlatform,-NavigatorUserAgent,-JSDateTimeUTC",
|
||||
);
|
||||
//clearPref("privacy.fingerprintingProtection.overrides");
|
||||
lockPref("privacy.fingerprintingProtection.pbmode", true);
|
||||
//clearPref("privacy.fingerprintingProtection.pbmode");
|
||||
lockPref("privacy.fingerprintingProtection", false);
|
||||
|
||||
//pref(
|
||||
// "privacy.fingerprintingProtection.overrides",
|
||||
// "+AllTargets,-KeyboardEvents,-SpeechSynthesis,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-NavigatorPlatform,-NavigatorUserAgent,-JSDateTimeUTC,-HttpUserAgent,-FontVisibilityRestrictGenerics,-FontVisibilityBaseSystem,-FontVisibilityLangPack",
|
||||
//);
|
||||
clearPref("privacy.fingerprintingProtection.overrides");
|
||||
//lockPref("privacy.fingerprintingProtection.pbmode", true);
|
||||
clearPref("privacy.fingerprintingProtection.pbmode");
|
||||
// (Incompatible with the above)
|
||||
lockPref("privacy.resistFingerprinting", false);
|
||||
//clearPref("privacy.resistFingerprinting");
|
||||
lockPref("privacy.resistFingerprinting.block_mozAddonManage", true);
|
||||
//clearPref("privacy.resistFingerprinting.block_mozAddonManage");
|
||||
//lockPref("privacy.resistFingerprinting", false);
|
||||
clearPref("privacy.resistFingerprinting");
|
||||
//lockPref("privacy.resistFingerprinting.block_mozAddonManage", true);
|
||||
clearPref("privacy.resistFingerprinting.block_mozAddonManage");
|
||||
// Letterboxing from Tor Browser, I like it in general.
|
||||
lockPref("privacy.resistFingerprinting.letterboxing", true);
|
||||
// Still Incompatible with the above
|
||||
|
@ -186,10 +186,6 @@
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/http-indicator/latest.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
},
|
||||
"{759dbb01-b646-4327-bf9e-69ca2543ef8d}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/opendyslexic-for-firefox/latest.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
},
|
||||
"{a6c4a591-f1b2-4f03-b3ff-767e5bedf4e7}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/user-agent-string-switcher/latest.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
@ -266,10 +262,9 @@
|
||||
"Value": false
|
||||
},
|
||||
"browser.contentblocking.category": {
|
||||
"Comment": "The best option would be strict, but amongst other things that disables system font visibility and may cause accessibility issues for me. There is also other content blocking already such as PrivacyBadger and uBlock Origin.",
|
||||
"Status": "locked",
|
||||
"Type": "string",
|
||||
"Value": "standard"
|
||||
"Value": "strict"
|
||||
},
|
||||
"browser.contentblocking.report.hide_vpn_banner": {
|
||||
"Status": "default",
|
||||
@ -533,11 +528,6 @@
|
||||
"network.http.speculative-parallel-limit": {
|
||||
"Status": "clear"
|
||||
},
|
||||
"network.predictor.enable-prefetch": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"network.predictor.enabled": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
@ -568,11 +558,6 @@
|
||||
"Type": "boolean",
|
||||
"Value": false
|
||||
},
|
||||
"network.trr.useGET": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"pdfjs.enableScripting": {
|
||||
"Comment": "I don't see a good reason for allowing scripts in pdf files in a web browser.",
|
||||
"Status": "locked",
|
||||
@ -614,19 +599,19 @@
|
||||
},
|
||||
"privacy.fingerprintingProtection": {
|
||||
"Comment": "Preference not allowed for stability reasons. :(",
|
||||
"Status": "locked",
|
||||
"Status": "clear",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"privacy.fingerprintingProtection.overrides": {
|
||||
"Comment": "Preference not allowed for stability reasons. :( https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargets.inc",
|
||||
"Status": "locked",
|
||||
"Comment": "Preference not allowed for stability reasons. :(",
|
||||
"Status": "clear",
|
||||
"Type": "string",
|
||||
"Value": "+AllTargets,-KeyboardEvents,-SpeechSynthesis,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-NavigatorPlatform,-NavigatorUserAgent,-JSDateTimeUTC"
|
||||
"Value": "+AllTargets,-KeyboardEvents,-SpeechSynthesis,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-NavigatorPlatform,-NavigatorUserAgent,-JSDateTimeUTC,-HttpUserAgent,-FontVisibilityRestrictGenerics,-FontVisibilityBaseSystem,-FontVisibilityLangPack"
|
||||
},
|
||||
"privacy.fingerprintingProtection.pbmode": {
|
||||
"Comment": "Preference not allowed for stability reasons. :(",
|
||||
"Status": "locked",
|
||||
"Status": "clear",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
@ -637,7 +622,7 @@
|
||||
},
|
||||
"privacy.resistFingerprinting": {
|
||||
"Comment": "Preference not allowed for stability reasons. :(",
|
||||
"Status": "locked",
|
||||
"Status": "clear",
|
||||
"Type": "boolean",
|
||||
"Value": false
|
||||
},
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://family.adguard-dns.com/dns-query?dns"
|
||||
"DnsOverHttpsTemplates": "https://family.adguard-dns.com/dns-query"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://unfiltered.adguard-dns.com/dns-query?dns"
|
||||
"DnsOverHttpsTemplates": "https://unfiltered.adguard-dns.com/dns-query"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://dns.adguard-dns.com/dns-query?dns"
|
||||
"DnsOverHttpsTemplates": "https://dns.adguard-dns.com/dns-query"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://security.cloudflare-dns.com/dns-query?dns"
|
||||
"DnsOverHttpsTemplates": "https://security.cloudflare-dns.com/dns-query"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://kids.dns0.eu/?dns"
|
||||
"DnsOverHttpsTemplates": "https://kids.dns0.eu/"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://open.dns0.eu/?dns"
|
||||
"DnsOverHttpsTemplates": "https://open.dns0.eu/"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://dns0.eu/?dns"
|
||||
"DnsOverHttpsTemplates": "https://dns0.eu/"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://base.dns.mullvad.net/dns-query?dns"
|
||||
"DnsOverHttpsTemplates": "https://base.dns.mullvad.net/dns-query"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://unfiltered.adguard-dns.com/dns-query?dns https://open.dns0.eu/?dns"
|
||||
"DnsOverHttpsTemplates": "https://unfiltered.adguard-dns.com/dns-query https://open.dns0.eu/"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://dns11.quad9.net/dns-query?dns https://dns11.quad9.net:5053/dns-query?dns"
|
||||
"DnsOverHttpsTemplates": "https://dns11.quad9.net/dns-query https://dns11.quad9.net:5053/dns-query"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://dns.quad9.net/dns-query?dns https://dns.quad9.net:5053/dns-query?dns"
|
||||
"DnsOverHttpsTemplates": "https://dns.quad9.net/dns-query https://dns.quad9.net:5053/dns-query"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user