mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-22 08:40:37 +01:00
{chromium,firefox}#PrivacyBadger: add Google Captcha
That is the last opt-in I didn't have. Note: this is still unreleased
This commit is contained in:
parent
b897be6eb2
commit
0a56b5fb56
@ -18,6 +18,14 @@
|
|||||||
"domain": "accounts.google.com",
|
"domain": "accounts.google.com",
|
||||||
"action": "allow"
|
"action": "allow"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "google.com",
|
||||||
|
"action": "block"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"domain": "recaptcha.net",
|
||||||
|
"action": "block"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "vimeo.com",
|
"domain": "vimeo.com",
|
||||||
"action": "block"
|
"action": "block"
|
||||||
|
@ -99,6 +99,14 @@
|
|||||||
"domain": "accounts.google.com",
|
"domain": "accounts.google.com",
|
||||||
"action": "allow"
|
"action": "allow"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "google.com",
|
||||||
|
"action": "block"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"domain": "recaptcha.net",
|
||||||
|
"action": "block"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "vimeo.com",
|
"domain": "vimeo.com",
|
||||||
"action": "block"
|
"action": "block"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user