Skip to content

Commit 1e6debe

Browse files
committed
New rule for codeforces.com
1 parent 1fa54d1 commit 1e6debe

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!--
2+
Nonfunctional hosts in *.codeforces.com (as of 2019-01-02):
3+
# m1.codeforces.com (m)
4+
# m3.codeforces.com (r)
5+
6+
m: certificate mismatch
7+
r: connection refused
8+
-->
9+
<ruleset name="Codeforces.com">
10+
<target host="codeforces.com" />
11+
<test url="http://codeforces.com/enter" />
12+
<target host="www.codeforces.com" />
13+
<test url="http://www.codeforces.com/enter" />
14+
<target host="m2.codeforces.com" />
15+
<test url="http://m2.codeforces.com/enter" />
16+
17+
<rule from="^http:" to="https:" />
18+
</ruleset>

0 commit comments

Comments
 (0)