mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 21:37:24 +02:00
Compare commits
No commits in common. "c55b2a6aed15c28d875cf3514a18f8befefd83b4" and "8972519b774ebb6f9ba7e05fff09b201d4894648" have entirely different histories.
c55b2a6aed
...
8972519b77
@ -32,13 +32,10 @@ defaultPref("privacy.donottrackheader.value", 1);
|
||||
// (floaters), UTC makes Mobilizon difficult, Privacy Badger blocks 3rd party
|
||||
// canvas and I want to appear as a Finnish Linux user rather than English
|
||||
// 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.
|
||||
defaultPref("privacy.resistFingerprinting.testGranularityMask", 4);
|
||||
defaultPref(
|
||||
"privacy.resistFingerprinting.exemptedDomains",
|
||||
"jarkkaa.fi,*.element.io,*.google.com,*.pikaviestin.fi,*.envs.net,*.wikimedia.org,*.wikipedia.org,*.duckduckgo.com",
|
||||
);
|
||||
//defaultPref("privacy.resistFingerprinting.testGranularityMask", 4);
|
||||
//defaultPref("privacy.resistFingerprinting.exemptedDomains", "jarkkaa.fi,*.element.io,*.google.com");
|
||||
|
||||
// Enable letterboxing
|
||||
defaultPref("privacy.resistFingerprinting.letterboxing", true);
|
||||
|
@ -47,8 +47,8 @@ See also:
|
||||
|
||||
> Policy SearchEngines is only allowed on ESR.
|
||||
|
||||
But who cares? Anyway thus DuckDuckGo extension is installed by default so
|
||||
when testing this policy I won't have to see Google.
|
||||
Thus DuckDuckGo extension is installed by default so when testing this policy
|
||||
I won't have to see Google.
|
||||
|
||||
## See also
|
||||
|
||||
|
@ -14,7 +14,6 @@
|
||||
"Locked": false,
|
||||
"ProviderURL": "https://dns0.eu"
|
||||
},
|
||||
"DisablePocket": false,
|
||||
"EnableTrackingProtection": {
|
||||
"Cryptomining": true,
|
||||
"Fingerprinting": true,
|
||||
@ -75,27 +74,6 @@
|
||||
"SponsoredSuggestions": 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
|
||||
}
|
||||
}
|
||||
|
@ -9,7 +9,6 @@
|
||||
- [`aminda-extensions.json`](#aminda-extensionsjson)
|
||||
- [Silk - Privacy Pass Client for the browser](#silk---privacy-pass-client-for-the-browser)
|
||||
- [DuckDuckGo Privacy Essentials](#duckduckgo-privacy-essentials)
|
||||
- [NoScript](#noscript)
|
||||
- [Dark Reader](#dark-reader)
|
||||
- [Privacy Manager](#privacy-manager)
|
||||
- [Fedora User Agent](#fedora-user-agent)
|
||||
@ -46,25 +45,12 @@ uninstallation.
|
||||
Silk or Privacy Pass has a chance of decreasing the amount of captchas
|
||||
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
|
||||
|
||||
- `bkdgflcldnnnapblkhphbgpggdiikppg`
|
||||
|
||||
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
|
||||
|
||||
- `eimadpbcbfnmbkopoojfekhnkhdbieeh`
|
||||
|
@ -4,7 +4,7 @@ DNSOverTLS=no
|
||||
Cache=yes
|
||||
DNS=2400:bb40:4444::103 2400:bb40:8888::103 ::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
|
||||
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=~.
|
||||
|
@ -6,9 +6,9 @@ forward-zone:
|
||||
forward-addr: 2400:bb40:8888::103
|
||||
forward-addr: 103.86.96.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.
|
||||
forward-addr: 2a0f:fc80::ffff
|
||||
forward-addr: 2a0f:fc81::ffff
|
||||
forward-addr: 193.110.81.254
|
||||
forward-addr: 185.253.5.254
|
||||
forward-addr: 2a0f:fc80::
|
||||
forward-addr: 193.110.81.0
|
||||
forward-addr: 2a0f:fc81::
|
||||
forward-addr: 185.253.5.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user