| [ |
| { |
| "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"] |
| } |
| } |
| ] |