{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:
Aminda Suomalainen 2025-02-04 11:47:13 +02:00
parent e259e07500
commit c7a1b064c5
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 22 additions and 2 deletions

View File

@ -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

View File

@ -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"
}
]
}
}
},