diff --git a/tools/website-blocker/rules.json b/tools/website-blocker/rules.json deleted file mode 100644 index 95e4dc9a9..000000000 --- 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" - ] - } - ] - } -]