diff --git a/policy.json b/policy.json index c56dffa..dc841e1 100644 --- a/policy.json +++ b/policy.json @@ -1,4 +1,11 @@ { "name" : "campaign-template", - "rules": [ ] + "rules": [ + { + "sites": ["*://www.this-is-just-an-example.com/*"], + "actions": [ + { "action": "block", "message": "The people behind this website don't really exist!" } + ] + } + ] }