1
0
mirror of https://gitea.blesmrt.net/mikaela/shell-things.git synced 2025-01-13 05:42:35 +01:00

{firefox,chromium#privacybadger: fix allowlist

This commit is contained in:
Aminda Suomalainen 2024-05-23 19:51:52 +03:00
parent e234098138
commit 379e15afcc
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 8 additions and 2 deletions
etc
firefox/policies
opt/chromium/policies/managed

View File

@ -20,11 +20,14 @@
"checkForDNTPolicy": true,
"disabledSites": [
"challenges.cloudflare.com",
"*.challenges.cloudflare.com",
"chrome-extension-scheme",
"ecosia.org",
"*.ecosia.org",
"keyoxide.org",
"moz-extension-scheme",
"research.cloudflare.com"
"research.cloudflare.com",
"*.research.cloudflare.com"
],
"learnInIncognito": true,
"learnLocally": true,

View File

@ -59,11 +59,14 @@
"checkForDNTPolicy": true,
"disabledSites": [
"challenges.cloudflare.com",
"*.challenges.cloudflare.com",
"chrome-extension-scheme",
"ecosia.org",
"*.ecosia.org",
"keyoxide.org",
"moz-extension-scheme",
"research.cloudflare.com"
"research.cloudflare.com",
"*.research.cloudflare.com"
],
"learnInIncognito": true,
"learnLocally": true,