mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 21:37:24 +02:00
Compare commits
6 Commits
8972519b77
...
c55b2a6aed
Author | SHA1 | Date | |
---|---|---|---|
c55b2a6aed | |||
75d8833b03 | |||
ca143a190b | |||
75b938f3ce | |||
3b99fd30b7 | |||
2b45c13960 |
@ -32,10 +32,13 @@ 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", false);
|
defaultPref("privacy.resistFingerprinting", true);
|
||||||
// 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("privacy.resistFingerprinting.exemptedDomains", "jarkkaa.fi,*.element.io,*.google.com");
|
defaultPref(
|
||||||
|
"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);
|
||||||
|
@ -47,8 +47,8 @@ See also:
|
|||||||
|
|
||||||
> Policy SearchEngines is only allowed on ESR.
|
> Policy SearchEngines is only allowed on ESR.
|
||||||
|
|
||||||
Thus DuckDuckGo extension is installed by default so when testing this policy
|
But who cares? Anyway thus DuckDuckGo extension is installed by default so
|
||||||
I won't have to see Google.
|
when testing this policy I won't have to see Google.
|
||||||
|
|
||||||
## See also
|
## See also
|
||||||
|
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
"Locked": false,
|
"Locked": false,
|
||||||
"ProviderURL": "https://dns0.eu"
|
"ProviderURL": "https://dns0.eu"
|
||||||
},
|
},
|
||||||
|
"DisablePocket": false,
|
||||||
"EnableTrackingProtection": {
|
"EnableTrackingProtection": {
|
||||||
"Cryptomining": true,
|
"Cryptomining": true,
|
||||||
"Fingerprinting": true,
|
"Fingerprinting": true,
|
||||||
@ -74,6 +75,27 @@
|
|||||||
"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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
- [`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)
|
||||||
@ -45,12 +46,25 @@ 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`
|
||||||
|
@ -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 since I am unsure of the above working without NordVPN with the
|
# DNS0.eu/open since I am unsure of the above working without NordVPN with the
|
||||||
# exception of Unbound
|
# exception of Unbound
|
||||||
DNS=2a0f:fc80:: 2a0f:fc81:: 193.110.81.0 185.253.5.0
|
DNS=2a0f:fc80::ffff 2a0f:fc81::ffff 193.110.81.254 185.253.5.254
|
||||||
Domains=~.
|
Domains=~.
|
||||||
|
@ -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 since I am unsure of whether the above works outside of NordVPN
|
# DNS0.eu/open 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::
|
forward-addr: 2a0f:fc80::ffff
|
||||||
forward-addr: 193.110.81.0
|
forward-addr: 2a0f:fc81::ffff
|
||||||
forward-addr: 2a0f:fc81::
|
forward-addr: 193.110.81.254
|
||||||
forward-addr: 185.253.5.0
|
forward-addr: 185.253.5.254
|
||||||
|
Loading…
x
Reference in New Issue
Block a user