Skip to content

Instantly share code, notes, and snippets.

@deanPGM
Created July 10, 2015 23:13
Show Gist options
  • Save deanPGM/b68f964b8f70db8e10c7 to your computer and use it in GitHub Desktop.
Save deanPGM/b68f964b8f70db8e10c7 to your computer and use it in GitHub Desktop.
A whitelist example - This blocks every website apart from bbc.co.uk
[
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": ".*"
}
},
{
"action": {
"type": "ignore-previous-rules"
},
"trigger": {
"url-filter": "bbc.co.uk"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment