mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-10 11:54:05 +01:00
{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:
parent
7ee620b881
commit
492c9cb369
@ -22,6 +22,10 @@
|
||||
"showIntroPage": false,
|
||||
"socialWidgetReplacementEnabled": true,
|
||||
"trackingDomains": [
|
||||
{
|
||||
"domain": "accounts.google.com",
|
||||
"action": "allow"
|
||||
},
|
||||
{
|
||||
"domain": "youtube.com",
|
||||
"action": "block"
|
||||
|
@ -108,6 +108,10 @@
|
||||
"showIntroPage": false,
|
||||
"socialWidgetReplacementEnabled": true,
|
||||
"trackingDomains": [
|
||||
{
|
||||
"domain": "accounts.google.com",
|
||||
"action": "allow"
|
||||
},
|
||||
{
|
||||
"domain": "youtube.com",
|
||||
"action": "block"
|
||||
|
Loading…
Reference in New Issue
Block a user