mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-22 16:50:38 +01:00
{chromium,firefox}#PrivacyBadger: block Vimeo
Ref: https://github.com/EFForg/privacybadger/discussions/3058
This commit is contained in:
parent
7cdb1591bc
commit
b897be6eb2
@ -18,6 +18,14 @@
|
|||||||
"domain": "accounts.google.com",
|
"domain": "accounts.google.com",
|
||||||
"action": "allow"
|
"action": "allow"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "vimeo.com",
|
||||||
|
"action": "block"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"domain": "vimeocdn.com",
|
||||||
|
"action": "block"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "youtube.com",
|
"domain": "youtube.com",
|
||||||
"action": "block"
|
"action": "block"
|
||||||
|
@ -99,6 +99,14 @@
|
|||||||
"domain": "accounts.google.com",
|
"domain": "accounts.google.com",
|
||||||
"action": "allow"
|
"action": "allow"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "vimeo.com",
|
||||||
|
"action": "block"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"domain": "vimeocdn.com",
|
||||||
|
"action": "block"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "youtube.com",
|
"domain": "youtube.com",
|
||||||
"action": "block"
|
"action": "block"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user