blob: 7c299124dc740539a99336b6b29e9a1c17834588 [file] [log] [blame]
[
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": "should_be_blocked_1"
}
},
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": "should_be_blocked_2",
"if-domain": ["127.0.0.1"]
}
},
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": "should_be_blocked_3",
"unless-domain": ["this domain should not match"]
}
},
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": "should_not_be_blocked_1",
"if-domain": ["this domain should not match either"]
}
},
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": "should_not_be_blocked_2",
"unless-domain": ["127.0.0.1"]
}
}
]