Compare commits

..

No commits in common. "c55b2a6aed15c28d875cf3514a18f8befefd83b4" and "8972519b774ebb6f9ba7e05fff09b201d4894648" have entirely different histories.

6 changed files with 12 additions and 51 deletions

View File

@ -32,13 +32,10 @@ defaultPref("privacy.donottrackheader.value", 1);
// (floaters), UTC makes Mobilizon difficult, Privacy Badger blocks 3rd party // (floaters), UTC makes Mobilizon difficult, Privacy Badger blocks 3rd party
// canvas and I want to appear as a Finnish Linux user rather than English // canvas and I want to appear as a Finnish Linux user rather than English
// Windows NT one (telemetry, voting vs spying). // Windows NT one (telemetry, voting vs spying).
defaultPref("privacy.resistFingerprinting", true); defaultPref("privacy.resistFingerprinting", false);
// Or I could excempt things from it? Other than it not overriding timezone. // Or I could excempt things from it? Other than it not overriding timezone.
defaultPref("privacy.resistFingerprinting.testGranularityMask", 4); //defaultPref("privacy.resistFingerprinting.testGranularityMask", 4);
defaultPref( //defaultPref("privacy.resistFingerprinting.exemptedDomains", "jarkkaa.fi,*.element.io,*.google.com");
"privacy.resistFingerprinting.exemptedDomains",
"jarkkaa.fi,*.element.io,*.google.com,*.pikaviestin.fi,*.envs.net,*.wikimedia.org,*.wikipedia.org,*.duckduckgo.com",
);
// Enable letterboxing // Enable letterboxing
defaultPref("privacy.resistFingerprinting.letterboxing", true); defaultPref("privacy.resistFingerprinting.letterboxing", true);

View File

@ -47,8 +47,8 @@ See also:
> Policy SearchEngines is only allowed on ESR. > Policy SearchEngines is only allowed on ESR.
But who cares? Anyway thus DuckDuckGo extension is installed by default so Thus DuckDuckGo extension is installed by default so when testing this policy
when testing this policy I won't have to see Google. I won't have to see Google.
## See also ## See also

View File

@ -14,7 +14,6 @@
"Locked": false, "Locked": false,
"ProviderURL": "https://dns0.eu" "ProviderURL": "https://dns0.eu"
}, },
"DisablePocket": false,
"EnableTrackingProtection": { "EnableTrackingProtection": {
"Cryptomining": true, "Cryptomining": true,
"Fingerprinting": true, "Fingerprinting": true,
@ -75,27 +74,6 @@
"SponsoredSuggestions": false, "SponsoredSuggestions": false,
"WebSuggestions": false "WebSuggestions": false
}, },
"SearchEngines": {
"Add": [
{
"Alias": "",
"Description": "Minimal, ad-free version of DuckDuckGo",
"Method": "POST",
"Name": "DuckDuckGo Lite",
"PostData": "q={searchTerms}",
"URLTemplate": "https://duckduckgo.com/lite/?q={searchTerms}"
},
{
"Alias": "",
"Description": "DuckDuckGo Start page version",
"Method": "GET",
"Name": "DuckDuckGo Start",
"PostData": "q={searchTerms}",
"URLTemplate": "https://start.duckduckgo.com/?q={searchTerms}"
}
],
"Default": "DuckDuckGo Start"
},
"SearchSuggestEnabled": false "SearchSuggestEnabled": false
} }
} }

View File

@ -9,7 +9,6 @@
- [`aminda-extensions.json`](#aminda-extensionsjson) - [`aminda-extensions.json`](#aminda-extensionsjson)
- [Silk - Privacy Pass Client for the browser](#silk---privacy-pass-client-for-the-browser) - [Silk - Privacy Pass Client for the browser](#silk---privacy-pass-client-for-the-browser)
- [DuckDuckGo Privacy Essentials](#duckduckgo-privacy-essentials) - [DuckDuckGo Privacy Essentials](#duckduckgo-privacy-essentials)
- [NoScript](#noscript)
- [Dark Reader](#dark-reader) - [Dark Reader](#dark-reader)
- [Privacy Manager](#privacy-manager) - [Privacy Manager](#privacy-manager)
- [Fedora User Agent](#fedora-user-agent) - [Fedora User Agent](#fedora-user-agent)
@ -46,25 +45,12 @@ uninstallation.
Silk or Privacy Pass has a chance of decreasing the amount of captchas Silk or Privacy Pass has a chance of decreasing the amount of captchas
especially from Cloudflare when "suspicious" traffic is detected. especially from Cloudflare when "suspicious" traffic is detected.
To intentionally trigger it and what should be allowed in NoScript:
- https://captcha.website
- https://issuance.privacypass.cloudflare.com
### DuckDuckGo Privacy Essentials ### DuckDuckGo Privacy Essentials
- `bkdgflcldnnnapblkhphbgpggdiikppg` - `bkdgflcldnnnapblkhphbgpggdiikppg`
Installed by default so Google won't be the default search engine. Installed by default so Google won't be the default search engine.
### NoScript
- `doojmbjmlfjjnbmnoijecmcbfeoakpjm`
Appears to make the internet much more pleasant and less distracting in 2024
eliminating the cookie banners and all, while not trusting lists generated by
other people.
### Dark Reader ### Dark Reader
- `eimadpbcbfnmbkopoojfekhnkhdbieeh` - `eimadpbcbfnmbkopoojfekhnkhdbieeh`

View File

@ -4,7 +4,7 @@ DNSOverTLS=no
Cache=yes Cache=yes
DNS=2400:bb40:4444::103 2400:bb40:8888::103 ::1 DNS=2400:bb40:4444::103 2400:bb40:8888::103 ::1
DNS=103.86.96.100 103.86.99.100 127.0.0.1 DNS=103.86.96.100 103.86.99.100 127.0.0.1
# DNS0.eu/open since I am unsure of the above working without NordVPN with the # DNS0 since I am unsure of the above working without NordVPN with the
# exception of Unbound # exception of Unbound
DNS=2a0f:fc80::ffff 2a0f:fc81::ffff 193.110.81.254 185.253.5.254 DNS=2a0f:fc80:: 2a0f:fc81:: 193.110.81.0 185.253.5.0
Domains=~. Domains=~.

View File

@ -6,9 +6,9 @@ forward-zone:
forward-addr: 2400:bb40:8888::103 forward-addr: 2400:bb40:8888::103
forward-addr: 103.86.96.100 forward-addr: 103.86.96.100
forward-addr: 103.86.99.100 forward-addr: 103.86.99.100
# DNS0.eu/open since I am unsure of whether the above works outside of NordVPN # DNS0.eu since I am unsure of whether the above works outside of NordVPN
# connection and I seem to have issues with automatic connection. # connection and I seem to have issues with automatic connection.
forward-addr: 2a0f:fc80::ffff forward-addr: 2a0f:fc80::
forward-addr: 2a0f:fc81::ffff forward-addr: 193.110.81.0
forward-addr: 193.110.81.254 forward-addr: 2a0f:fc81::
forward-addr: 185.253.5.254 forward-addr: 185.253.5.0