mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-19 04:47:19 +02:00
Compare commits
No commits in common. "13fa6d00b72ee2addadfd19c39d6d284a4d75c90" and "43225ab936db7f4f8510363de4d5ed101c5137e5" have entirely different histories.
13fa6d00b7
...
43225ab936
@ -75,8 +75,5 @@ 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,15 +72,7 @@
|
||||
"adguard-cookies",
|
||||
"ublock-cookies-adguard",
|
||||
"ublock-quick-fixes",
|
||||
"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"
|
||||
"https://raw.githubusercontent.com/DandelionSprout/adfilt/master/LegitimateURLShortener.txt"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -179,7 +171,7 @@
|
||||
},
|
||||
"{3c078156-979c-498b-8990-85f7987dd929}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/sidebery/latest.xpi",
|
||||
"installation_mode": "default_installed"
|
||||
"installation_mode": "force_installed"
|
||||
},
|
||||
"{446900e4-71c2-419f-a6a7-df9c091e268b}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi",
|
||||
@ -380,16 +372,6 @@
|
||||
"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",
|
||||
@ -747,12 +729,6 @@
|
||||
"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,21 +34,17 @@ chmod -v a+rx /etc/opt/chromium/policies/
|
||||
chmod -v a+rx /etc/opt/chromium/policies/{managed,recommended}/
|
||||
|
||||
# Brave
|
||||
mkdir -p /etc/brave
|
||||
ln -fnsv /etc/opt/chromium/policies /etc/brave/policies
|
||||
ln -fnsv /etc/opt/chromium /etc/brave
|
||||
|
||||
# Vivaldi
|
||||
mkdir -p /etc/chromium
|
||||
ln -fnsv /etc/opt/chromium/policies /etc/chromium/policies
|
||||
ln -fnsv /etc/opt/chromium /etc/chromium
|
||||
|
||||
# Google Chrome
|
||||
mkdir -p /etc/opt/chrome
|
||||
ln -fnsv /etc/opt/chromium/policies /etc/opt/chrome/policies
|
||||
ln -fnsv /etc/opt/chromium /etc/opt/chrome
|
||||
|
||||
# Microsoft Edge
|
||||
# I used to have a separate policy for it so remember to remove this manually
|
||||
# if it exists!
|
||||
mkdir -p /etc/opt/edge
|
||||
ln -fnsv /etc/opt/chromium/policies /etc/opt/edge/policies
|
||||
ln -fnsv /etc/opt/chromium /etc/opt/edge
|
||||
|
||||
set +x
|
||||
|
@ -43,15 +43,7 @@
|
||||
"adguard-cookies",
|
||||
"ublock-cookies-adguard",
|
||||
"ublock-quick-fixes",
|
||||
"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"
|
||||
"https://raw.githubusercontent.com/DandelionSprout/adfilt/master/LegitimateURLShortener.txt"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user