Skip to content

Commit be8d381

Browse files
committed
Added ruleset for tpsnet.ca
1 parent 3194585 commit be8d381

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!--
2+
Nonfunctional hosts in *.tpsnet.ca:
3+
4+
h: http redirect
5+
m: certificate mismatch
6+
r: connection refused
7+
s: self-signed certificate
8+
t: timeout on https
9+
-->
10+
<ruleset name="Tpsnet.ca">
11+
<target host="tpsnet.ca" />
12+
<target host="www.tpsnet.ca" />
13+
14+
<rule from="^http:"
15+
to="https:" />
16+
</ruleset>

0 commit comments

Comments
 (0)