feat(browser-extension): add cdn.cookielaw.org to rules

This commit is contained in:
wanhose 2024-08-04 12:25:51 +02:00
parent 53ea633f86
commit 631120ca69

View File

@ -5,6 +5,17 @@
"action": {
"type": "block"
},
"condition": {
"urlFilter": "||cdn.cookielaw.org^",
"resourceTypes": ["script"]
}
},
{
"id": 2,
"priority": 1,
"action": {
"type": "block"
},
"condition": {
"urlFilter": "||cmp.inmobi.com^",
"resourceTypes": ["script"]