LEFT | RIGHT |
1 [ | 1 [ |
2 { | 2 { |
3 "foo": "bar", | 3 "variables": { |
4 "baz": "some_tricky?variable=with&funny=chars#and-stuff", | 4 "foo": "bar", |
| 5 "baz": "some_tricky?variable=with&funny=chars#and-stuff" |
| 6 }, |
5 "description": "Example block 1\nAnother comment", | 7 "description": "Example block 1\nAnother comment", |
6 "filters": [ | 8 "filters": [ |
7 { | 9 { |
8 "text": "||block.ing/filter$domain=foo.com|~bar.com", | 10 "text": "||block.ing/filter$domain=foo.com|~bar.com", |
9 "selector": { | 11 "selector": { |
10 "type": "url-pattern", | 12 "type": "url-pattern", |
11 "value": "||block.ing/filter" | 13 "value": "||block.ing/filter" |
12 }, | 14 }, |
13 "action": "block", | 15 "action": "block", |
14 "options": { | 16 "options": { |
(...skipping 15 matching lines...) Expand all Loading... |
30 "domain": { | 32 "domain": { |
31 "white.list.ing": true | 33 "white.list.ing": true |
32 } | 34 } |
33 }, | 35 }, |
34 "type": "Filter" | 36 "type": "Filter" |
35 } | 37 } |
36 ] | 38 ] |
37 }, | 39 }, |
38 { | 40 { |
39 "description": "Another block", | 41 "description": "Another block", |
| 42 "variables": {}, |
40 "filters": [ | 43 "filters": [ |
41 { | 44 { |
42 "text": "@@whateve.rs", | 45 "text": "@@whateve.rs", |
43 "selector": { | 46 "selector": { |
44 "type": "url-pattern", | 47 "type": "url-pattern", |
45 "value": "whateve.rs" | 48 "value": "whateve.rs" |
46 }, | 49 }, |
47 "action": "allow", | 50 "action": "allow", |
48 "options": {}, | 51 "options": {}, |
49 "type": "Filter" | 52 "type": "Filter" |
50 } | 53 } |
51 ] | 54 ] |
52 } | 55 } |
53 ] | 56 ] |
LEFT | RIGHT |