mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 03:02:52 +01:00
{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:
parent
0d925996e0
commit
5c1dce8d36
@ -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
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -2,9 +2,13 @@
|
||||
"3rdparty": {
|
||||
"extensions": {
|
||||
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
|
||||
"checkForDNTPolicy": true,
|
||||
"learnInIncognito": true,
|
||||
"learnLocally": true,
|
||||
"showIntroPage": false
|
||||
"sendDNTSignal": true,
|
||||
"showCounter": true,
|
||||
"showIntroPage": false,
|
||||
"socialWidgetReplacementEnabled": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user