{firefox,chromium} policy: explicitly configure PrivacyBadger

I think all of these default to true anyway, but explicit is better than implicit is what they say
This commit is contained in:
Aminda Suomalainen 2024-03-12 10:15:15 +02:00
parent 0d925996e0
commit 5c1dce8d36
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 10 additions and 2 deletions

View File

@ -3,9 +3,13 @@
"3rdparty": {
"Extensions": {
"jid1-MnnxcxisBPnSXQ-eff@jetpack": {
"checkForDNTPolicy": true,
"learnInIncognito": true,
"learnLocally": true,
"showIntroPage": false
"sendDNTSignal": true,
"showCounter": true,
"showIntroPage": false,
"socialWidgetReplacementEnabled": true
}
}
},

View File

@ -2,9 +2,13 @@
"3rdparty": {
"extensions": {
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
"checkForDNTPolicy": true,
"learnInIncognito": true,
"learnLocally": true,
"showIntroPage": false
"sendDNTSignal": true,
"showCounter": true,
"showIntroPage": false,
"socialWidgetReplacementEnabled": true
}
}
},