We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af30fa7 commit faf612fCopy full SHA for faf612f
src/chrome/content/rules/Documentchecker.com.xml
@@ -0,0 +1,15 @@
1
+<!--
2
+ Nonfunctional hosts in *.documentchecker.com:
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="Documentchecker.com">
11
+ <target host="documentchecker.com" />
12
+ <target host="www.documentchecker.com" />
13
14
+ <rule from="^http:" to="https:" />
15
+</ruleset>
0 commit comments