Compare commits

..

4 Commits

Author SHA1 Message Date
13fa6d00b7
{firefox,chromium}#uBo: attempt to import Rethink lists
Or at least the ones I found easily enough
2024-05-23 09:14:21 +03:00
6d2dc44b39
init-browser-policies.bash: create browser directories and symlink just policies directory
Resolves: plasma-browser-extension failing to install and unpack due to edge/native-messaging-hosts being a symlink to existing file
2024-05-23 08:27:45 +03:00
cb57ba5e3e
firefox: no, don't trim https or URLs for me 2024-05-23 07:02:01 +03:00
f0fe05393e
firefox: add sidebar.revamp and allow unloading Sidebery 2024-05-23 06:57:13 +03:00
4 changed files with 46 additions and 7 deletions

View File

@ -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!
//

View 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",

View File

@ -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

View File

@ -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"
]
}
},