We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b93789 commit 66a4c02Copy full SHA for 66a4c02
src/chrome/content/rules/Colordiff.org.xml
@@ -0,0 +1,17 @@
1
+<!--
2
+ Nonfunctional hosts in *.colordiff.org:
3
+ - colordiff.org (m)
4
+
5
+ h: http redirect
6
+ m: certificate mismatch
7
+ r: connection refused
8
+ s: self-signed certificate
9
+ t: timeout on https
10
+-->
11
+<ruleset name="Colordiff.org">
12
+ <target host="colordiff.org" />
13
+ <target host="www.colordiff.org" />
14
15
+ <rule from="^http://colordiff\.org/" to="https://www.colordiff.org/" />
16
+ <rule from="^http:" to="https:" />
17
+</ruleset>
0 commit comments