mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-18 20:37:20 +02:00
Compare commits
4 Commits
43225ab936
...
13fa6d00b7
Author | SHA1 | Date | |
---|---|---|---|
13fa6d00b7 | |||
6d2dc44b39 | |||
cb57ba5e3e | |||
f0fe05393e |
@ -75,5 +75,8 @@ lockPref("security.ssl.enable_ocsp_must_staple", true);
|
||||
// ECH, which is otherwise the default=
|
||||
lockPref("security.tls.ech.grease_http3", true);
|
||||
|
||||
// New sidebar
|
||||
lockPref("sidebar.revamp", true);
|
||||
|
||||
// No making configuration on the last line of the file!
|
||||
//
|
||||
|
@ -72,7 +72,15 @@
|
||||
"adguard-cookies",
|
||||
"ublock-cookies-adguard",
|
||||
"ublock-quick-fixes",
|
||||
"https://raw.githubusercontent.com/DandelionSprout/adfilt/master/LegitimateURLShortener.txt"
|
||||
"https://raw.githubusercontent.com/DandelionSprout/adfilt/master/LegitimateURLShortener.txt",
|
||||
"https://raw.githubusercontent.com/bongochong/CombinedPrivacyBlockLists/master/MiniLists/cpbl-abp-mini.txt",
|
||||
"https://raw.githubusercontent.com/tiuxo/hosts/master/ads",
|
||||
"https://badmojr.gitlab.io/1hosts/Lite/adblock.txt",
|
||||
"https://raw.githubusercontent.com/jjjxu/NSO_Pegasus_Blocklist/master/Pegasus-Hosts-Formatted.txt",
|
||||
"https://dl.red.flag.domains/adguard/red.flag.domains.txt",
|
||||
"https://raw.githubusercontent.com/olbat/ut1-blacklists/master/blacklists/malware/domains",
|
||||
"https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts",
|
||||
"curben-phishing"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -171,7 +179,7 @@
|
||||
},
|
||||
"{3c078156-979c-498b-8990-85f7987dd929}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/sidebery/latest.xpi",
|
||||
"installation_mode": "force_installed"
|
||||
"installation_mode": "default_installed"
|
||||
},
|
||||
"{446900e4-71c2-419f-a6a7-df9c091e268b}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi",
|
||||
@ -372,6 +380,16 @@
|
||||
"Type": "string",
|
||||
"Value": "en, fi"
|
||||
},
|
||||
"browser.urlbar.trimHttps": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"Value": false
|
||||
},
|
||||
"browser.urlbar.trimURL": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"Value": false
|
||||
},
|
||||
"cookiebanners.bannerClicking.enabled": {
|
||||
"Comment": "Preference not allowed for stability reasons. :(",
|
||||
"Status": "locked",
|
||||
@ -729,6 +747,12 @@
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"sidebar.revamp": {
|
||||
"Comment": "Preference not allowed for stability reasons.",
|
||||
"Status": "default",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"ui.systemUsesDarkTheme": {
|
||||
"Comment": "Another defaulting to dark theme.",
|
||||
"Status": "default",
|
||||
|
@ -34,17 +34,21 @@ chmod -v a+rx /etc/opt/chromium/policies/
|
||||
chmod -v a+rx /etc/opt/chromium/policies/{managed,recommended}/
|
||||
|
||||
# Brave
|
||||
ln -fnsv /etc/opt/chromium /etc/brave
|
||||
mkdir -p /etc/brave
|
||||
ln -fnsv /etc/opt/chromium/policies /etc/brave/policies
|
||||
|
||||
# Vivaldi
|
||||
ln -fnsv /etc/opt/chromium /etc/chromium
|
||||
mkdir -p /etc/chromium
|
||||
ln -fnsv /etc/opt/chromium/policies /etc/chromium/policies
|
||||
|
||||
# Google Chrome
|
||||
ln -fnsv /etc/opt/chromium /etc/opt/chrome
|
||||
mkdir -p /etc/opt/chrome
|
||||
ln -fnsv /etc/opt/chromium/policies /etc/opt/chrome/policies
|
||||
|
||||
# Microsoft Edge
|
||||
# I used to have a separate policy for it so remember to remove this manually
|
||||
# if it exists!
|
||||
ln -fnsv /etc/opt/chromium /etc/opt/edge
|
||||
mkdir -p /etc/opt/edge
|
||||
ln -fnsv /etc/opt/chromium/policies /etc/opt/edge/policies
|
||||
|
||||
set +x
|
||||
|
@ -43,7 +43,15 @@
|
||||
"adguard-cookies",
|
||||
"ublock-cookies-adguard",
|
||||
"ublock-quick-fixes",
|
||||
"https://raw.githubusercontent.com/DandelionSprout/adfilt/master/LegitimateURLShortener.txt"
|
||||
"https://raw.githubusercontent.com/DandelionSprout/adfilt/master/LegitimateURLShortener.txt",
|
||||
"https://raw.githubusercontent.com/bongochong/CombinedPrivacyBlockLists/master/MiniLists/cpbl-abp-mini.txt",
|
||||
"https://raw.githubusercontent.com/tiuxo/hosts/master/ads",
|
||||
"https://badmojr.gitlab.io/1hosts/Lite/adblock.txt",
|
||||
"https://raw.githubusercontent.com/jjjxu/NSO_Pegasus_Blocklist/master/Pegasus-Hosts-Formatted.txt",
|
||||
"https://dl.red.flag.domains/adguard/red.flag.domains.txt",
|
||||
"https://raw.githubusercontent.com/olbat/ut1-blacklists/master/blacklists/malware/domains",
|
||||
"https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts",
|
||||
"curben-phishing"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user