From 15a7feb0037edea644382c654d8292b4074c77f0 Mon Sep 17 00:00:00 2001 From: Julian Arni Date: Sun, 17 Mar 2019 05:10:00 +0100 Subject: [PATCH] Example: Block `www.this-is-just-an-example.com` This commit is an example commit, using a dummy website. --- policy.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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!" } + ] + } + ] }