cookie-dialog-monster/packages/browser-extension/src/rules.json

47 lines
761 B
JSON
Raw Normal View History

[
{
"id": 1,
"priority": 1,
"action": {
"type": "block"
},
"condition": {
"urlFilter": "||cdn.cookielaw.org^",
"resourceTypes": ["script"]
}
},
{
"id": 2,
"priority": 1,
"action": {
"type": "block"
},
"condition": {
"urlFilter": "||cmp.inmobi.com^",
"resourceTypes": ["script"]
}
2024-08-04 10:29:16 +00:00
},
{
"id": 3,
"priority": 1,
"action": {
"type": "block"
},
"condition": {
"urlFilter": "||consent.trustarc.com^",
"resourceTypes": ["script"]
}
2024-08-04 10:33:29 +00:00
},
{
"id": 4,
"priority": 1,
"action": {
"type": "block"
},
"condition": {
"urlFilter": "||wcpstatic.microsoft.com^",
"resourceTypes": ["script"]
}
}
]