Compare commits

...

2 Commits

Author SHA1 Message Date
155140b7e0
{chromium,firefox}#PrivacyBadger: remove accounts.google.com allowing
I am starting from assumption that everything Google does fingerprinting or wants to do so
2025-02-20 07:19:14 +02:00
97a1a41ba8
policies.json: lock contentblocking category to strict 2025-02-19 22:45:46 +02:00
2 changed files with 1 additions and 9 deletions

View File

@ -14,10 +14,6 @@
"showIntroPage": false,
"socialWidgetReplacementEnabled": true,
"trackingDomains": [
{
"domain": "accounts.google.com",
"action": "allow"
},
{
"domain": "tunnus.almamedia.fi",
"action": "cookieblock"
@ -371,7 +367,7 @@
"Value": true
},
"browser.contentblocking.category": {
"Status": "user",
"Status": "locked",
"Type": "string",
"Value": "strict"
},

View File

@ -116,10 +116,6 @@
"showIntroPage": false,
"socialWidgetReplacementEnabled": true,
"trackingDomains": [
{
"domain": "accounts.google.com",
"action": "allow"
},
{
"domain": "tunnus.almamedia.fi",
"action": "cookieblock"