We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa54d1 commit 1e6debeCopy full SHA for 1e6debe
src/chrome/content/rules/Codeforces.com.xml
@@ -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