{chromium,firefox}#PrivacyBadger: allow accounts.google.com

While it allows Google to perform tracking unless caught by something else, it will also allow Google login to other services and possibly reduce family tech support queries
This commit is contained in:
Aminda Suomalainen 2025-02-07 20:57:30 +02:00
parent 7ee620b881
commit 492c9cb369
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,10 @@
"showIntroPage": false,
"socialWidgetReplacementEnabled": true,
"trackingDomains": [
{
"domain": "accounts.google.com",
"action": "allow"
},
{
"domain": "youtube.com",
"action": "block"

View File

@ -108,6 +108,10 @@
"showIntroPage": false,
"socialWidgetReplacementEnabled": true,
"trackingDomains": [
{
"domain": "accounts.google.com",
"action": "allow"
},
{
"domain": "youtube.com",
"action": "block"