diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/website-blocker/rules.json | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/tools/website-blocker/rules.json b/tools/website-blocker/rules.json deleted file mode 100644 index 95e4dc9a90c1..000000000000 --- a/tools/website-blocker/rules.json +++ /dev/null @@ -1,28 +0,0 @@ -[ - { - "urls": [ - "facebook.com", - "www.facebook.com", - "twitter.com", - "www.twitter.com", - "youtube.com", - "www.youtube.com", - "instagram.com", - "www.instagram.com" - ], - "allowed": [] - }, - { - "urls": [ - "chat.googleplex.com" - ], - "allowed": [ - { - "day": "Sunday", - "timeslots": [ - "18:35-18:39" - ] - } - ] - } -] |