mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-19 12:47:27 +02:00
Compare commits
No commits in common. "729013c3c1411c1d44767926f6d5fa13dc01ceab" and "83d53b8c170f574826faf1f67d358dd429255700" have entirely different histories.
729013c3c1
...
83d53b8c17
@ -13,7 +13,6 @@ per whatever I am doing.
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
|
||||
- [WARNING TO LIBREWOLF USERS](#warning-to-librewolf-users)
|
||||
- [General warning](#general-warning)
|
||||
- [Extensions](#extensions)
|
||||
- [Privacy Badger](#privacy-badger)
|
||||
- [Duplicate](#duplicate)
|
||||
@ -34,12 +33,6 @@ This file takes priority over
|
||||
`/usr/share/librewolf/distribution/policies.json` so don't apply this or
|
||||
a lot of LibreWolf specific customizations stops being in force.
|
||||
|
||||
## General warning
|
||||
|
||||
This is meant for me and devices I maintain for self-dogfooding so there are
|
||||
opinions. Including those Firefox won't accept and will appear as warnings or
|
||||
errors in `about:config` depending on the release channel or even all of them.
|
||||
|
||||
## Extensions
|
||||
|
||||
They are mostly self-explanatory.
|
||||
|
@ -90,13 +90,10 @@
|
||||
"norwegianwifi.com"
|
||||
],
|
||||
"Fallback": false,
|
||||
"Locked": true,
|
||||
"ProviderURL": "https://dns0.eu/",
|
||||
"ProviderURL_outside_europe_aminda_comment": "Swap to https://unfiltered.adguard-dns.com/dns-query if device is expected to cross continents from Europe?"
|
||||
"Locked": false,
|
||||
"ProviderURL": "https://dns.quad9.net/dns-query"
|
||||
},
|
||||
"DisableEncryptedClientHello": false,
|
||||
"DisableFirefoxAccounts": false,
|
||||
"DisableFirefoxScreenshots": false,
|
||||
"DisablePocket": true,
|
||||
"DisplayBookmarksToolbar": "never",
|
||||
"DontCheckDefaultBrowser": true,
|
||||
@ -193,10 +190,6 @@
|
||||
"{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"
|
||||
}
|
||||
},
|
||||
"FirefoxHome": {
|
||||
@ -258,16 +251,6 @@
|
||||
"Type": "boolean",
|
||||
"Value": false
|
||||
},
|
||||
"dom.block_download_insecure": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"dom.security.https_only_mode": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"extensions.webextensions.restrictedDomains": {
|
||||
"Status": "locked",
|
||||
"Type": "string",
|
||||
@ -368,36 +351,6 @@
|
||||
"Type": "string",
|
||||
"Value": "#ffb700"
|
||||
},
|
||||
"privacy.donottrackheader.enabled": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"privacy.donottrackheader.value": {
|
||||
"Status": "locked",
|
||||
"Type": "number",
|
||||
"Value": 1
|
||||
},
|
||||
"privacy.globalprivacycontrol.enabled": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"privacy.globalprivacycontrol.functionality.enabled": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"privacy.userContext.enabled": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"privacy.userContext.ui.enabled": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"security.OCSP.require": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
@ -413,11 +366,6 @@
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"security.ssl.enable_ocsp_must_staple": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"security.ssl.enable_ocsp_stapling": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
|
14
rc/curlrc
14
rc/curlrc
@ -1,16 +1,12 @@
|
||||
# ~/.curlrc
|
||||
|
||||
# DNS-over-HTTPS (maybe HTTP/3, I don't know)
|
||||
#
|
||||
# https://dns0.eu - Anycast with servers in the EU. Private ECS.
|
||||
doh-url = https://dns0.eu/
|
||||
#doh-url = https://open.dns0.eu/
|
||||
|
||||
# https://adguard-dns.io - anycast with servers in multiple continents,
|
||||
# private ECS
|
||||
#doh-url = https://unfiltered.adguard-dns.com/dns-query
|
||||
|
||||
|
||||
#doh-url = https://dns0.eu/
|
||||
#
|
||||
# https://quad9.net - Anycast, no ECS
|
||||
#doh-url = https://dns.quad9.net/dns-query
|
||||
doh-url = https://dns.quad9.net/dns-query
|
||||
# ECS
|
||||
#doh-url = https://dns11.quad9.net/dns-query
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user