We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f4818 commit 6285bd9Copy full SHA for 6285bd9
src/chrome/content/rules/Toronto-Police-Services
@@ -0,0 +1,18 @@
1
+<!--
2
+ Invalid certificate:
3
+ data.torontopolice.on.ca
4
+ maps.torontopolice.on.ca
5
+ Refused:
6
+ c4s.torontopolice.on.ca
7
+-->
8
+<ruleset name="Toronto Police Service">
9
+ <target host="torontopolice.on.ca" />
10
+ <target host="www.torontopolice.on.ca" />
11
+ <target host="bike.torontopolice.on.ca" />
12
+ <target host="careers.torontopolice.on.ca" />
13
+ <target host="clearance.torontopolice.on.ca" />
14
+ <target host="core.torontopolice.on.ca" />
15
+ <target host="secure.torontopolice.on.ca" />
16
+ <rule from="^http:"
17
+ to="https:" />
18
+</ruleset>
0 commit comments