Skip to content

Instantly share code, notes, and snippets.

@khanov
Last active April 28, 2020 07:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khanov/9c0f118c1c6bff04840779068322406c to your computer and use it in GitHub Desktop.
Save khanov/9c0f118c1c6bff04840779068322406c to your computer and use it in GitHub Desktop.
[
{
"trigger": {
"url-filter": "evil-tracker\\.js"
},
"action": {
"type": "block"
}
},
{
"trigger": {
"url-filter": ".*",
"resource-type": ["image", "style-sheet"],
"unless-domain": ["reputable-content-server.com"]
},
"action": {
"type": "block-cookies"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment