Compare commits

...

3 Commits

4 changed files with 20 additions and 5 deletions

View File

@ -52,6 +52,9 @@ repos:
- id: mixed-line-ending - id: mixed-line-ending
args: [--fix=auto] args: [--fix=auto]
- id: pretty-format-json - id: pretty-format-json
# Breaks AdNauseam/uBlock Origin rules as the browser interprets
# values to be set for empty options.
exclude: ^etc\/firefox\/policies\/policies.json|etc\/opt\/chromium\/policies\/managed\/aminda-extensions.json$
args: args:
# Remember also: --no-sort-keys # Remember also: --no-sort-keys
# ASCII excludes the älphäbet amongst others # ASCII excludes the älphäbet amongst others

View File

@ -132,7 +132,9 @@ pref("browser.startup.homepage", "https://start.duckduckgo.com");
// https://codeberg.org/librewolf/settings/src/branch/master/librewolf.cfg begins // https://codeberg.org/librewolf/settings/src/branch/master/librewolf.cfg begins
pref("browser.contentblocking.category", "strict"); //pref("browser.contentblocking.category", "strict");
// Aminda relies on AdNauseam
lockPref("browser.contentblocking.category", "standard");
pref("privacy.partition.always_partition_third_party_non_cookie_storage", true); pref("privacy.partition.always_partition_third_party_non_cookie_storage", true);
pref("privacy.partition.always_partition_third_party_non_cookie_storage.exempt_sessionstorage", false); pref("privacy.partition.always_partition_third_party_non_cookie_storage.exempt_sessionstorage", false);

View File

@ -2,6 +2,11 @@
"policies": { "policies": {
"3rdparty": { "3rdparty": {
"Extensions": { "Extensions": {
"adnauseam@rednoise.org": {
"advancedSettings": [
["filterAuthorMode","true"]
]
},
"jid1-MnnxcxisBPnSXQ-eff@jetpack": { "jid1-MnnxcxisBPnSXQ-eff@jetpack": {
"learnInIncognito": true, "learnInIncognito": true,
"learnLocally": true, "learnLocally": true,
@ -28,7 +33,7 @@
}, },
"adnauseam@rednoise.org": { "adnauseam@rednoise.org": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/adnauseam/latest.xpi", "install_url": "https://addons.mozilla.org/firefox/downloads/latest/adnauseam/latest.xpi",
"installation_mode": "normal_installed" "installation_mode": "force_installed"
}, },
"jid0-3GUEt1r69sQNSrca5p8kx9Ezc3U@jetpack": { "jid0-3GUEt1r69sQNSrca5p8kx9Ezc3U@jetpack": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/terms-of-service-didnt-read/latest.xpi", "install_url": "https://addons.mozilla.org/firefox/downloads/latest/terms-of-service-didnt-read/latest.xpi",
@ -36,7 +41,7 @@
}, },
"jid1-MnnxcxisBPnSXQ-eff@jetpack": { "jid1-MnnxcxisBPnSXQ-eff@jetpack": {
"install_url": "https://www.eff.org/files/privacy-badger-latest.xpi", "install_url": "https://www.eff.org/files/privacy-badger-latest.xpi",
"installation_mode": "force_installed" "installation_mode": "normal_installed"
}, },
"jid1-ZAdIEUB7XOzOJw@jetpack": { "jid1-ZAdIEUB7XOzOJw@jetpack": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/duckduckgo-for-firefox/latest.xpi", "install_url": "https://addons.mozilla.org/firefox/downloads/latest/duckduckgo-for-firefox/latest.xpi",

View File

@ -1,6 +1,11 @@
{ {
"3rdparty": { "3rdparty": {
"extensions": { "extensions": {
"mlojlfildnehdpnlmpkeiiglhhkofhpb": {
"advancedSettings": [
["filterAuthorMode","true"]
]
},
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": { "pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
"learnInIncognito": true, "learnInIncognito": true,
"learnLocally": true, "learnLocally": true,
@ -66,7 +71,7 @@
"update_url": "https://clients2.google.com/service/update2/crx" "update_url": "https://clients2.google.com/service/update2/crx"
}, },
"mlojlfildnehdpnlmpkeiiglhhkofhpb": { "mlojlfildnehdpnlmpkeiiglhhkofhpb": {
"installation_mode": "normal_installed", "installation_mode": "force_installed",
"override_update_url": true, "override_update_url": true,
"toolbar_pin": "force_pinned", "toolbar_pin": "force_pinned",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx" "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
@ -78,7 +83,7 @@
"update_url": "https://clients2.google.com/service/update2/crx" "update_url": "https://clients2.google.com/service/update2/crx"
}, },
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": { "pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
"installation_mode": "force_installed", "installation_mode": "normal_installed",
"override_update_url": true, "override_update_url": true,
"toolbar_pin": "force_pinned", "toolbar_pin": "force_pinned",
"update_url": "https://clients2.google.com/service/update2/crx" "update_url": "https://clients2.google.com/service/update2/crx"