diff options
author | William Carroll <wpcarro@gmail.com> | 2020-04-05T15·29+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-04-05T15·30+0100 |
commit | f5f03e204978c108b173c6cffd21212a7274983d (patch) | |
tree | 2a08cc82af954a545fc16386ff18f11a75bb51d2 /tools | |
parent | 4e038f5a188de9c1c67f2e5523d3823819d6e57e (diff) |
Delete //tools/website-blocker
I changed the name of this project to url-blocker, which lives both within this repository and at github.com/wpcarro/url-blocker.
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" - ] - } - ] - } -] |