Created
July 10, 2015 23:13
-
-
Save deanPGM/b68f964b8f70db8e10c7 to your computer and use it in GitHub Desktop.
A whitelist example - This blocks every website apart from bbc.co.uk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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