about summary refs log tree commit diff
path: root/tools/website-blocker/rules.json
blob: 42094a7cdd14e5f51fe979c4e21788362035783d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[
  {
    "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": "Tuesday",
        "timeslots": []
      }
    ]
  }
]