mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-06 09:44:09 +01:00
{chromium,firefox}: PrivacyBadger: block YouTube for widget replacements to happen
This does nothing until the next release of Privacy Badger"
This commit is contained in:
parent
e259e07500
commit
c7a1b064c5
@ -20,7 +20,17 @@
|
||||
"sendDNTSignal": true,
|
||||
"showCounter": true,
|
||||
"showIntroPage": false,
|
||||
"socialWidgetReplacementEnabled": true
|
||||
"socialWidgetReplacementEnabled": true,
|
||||
"trackingDomains": [
|
||||
{
|
||||
"action": "block",
|
||||
"domain": "youtube.com"
|
||||
},
|
||||
{
|
||||
"action": "block",
|
||||
"domain": "youtube-nocookie.com"
|
||||
}
|
||||
]
|
||||
},
|
||||
"jid1-ZAdIEUB7XOzOJw@jetpack": {
|
||||
"hasSeenPostInstall": true
|
||||
|
@ -97,7 +97,17 @@
|
||||
"sendDNTSignal": true,
|
||||
"showCounter": true,
|
||||
"showIntroPage": false,
|
||||
"socialWidgetReplacementEnabled": true
|
||||
"socialWidgetReplacementEnabled": true,
|
||||
"trackingDomains": [
|
||||
{
|
||||
"action": "block",
|
||||
"domain": "youtube.com"
|
||||
},
|
||||
{
|
||||
"action": "block",
|
||||
"domain": "youtube-nocookie.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user