We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe8d07 commit 8279e43Copy full SHA for 8279e43
src/chrome/content/rules/Labix.org.xml
@@ -0,0 +1,27 @@
1
+<!--
2
+ Nonfunctional hosts in *.labix.org:
3
+ - 5gram (m)
4
+ - bzr (s)
5
+ - godoc (s)
6
+ - lists (r)
7
+ - mail (r)
8
+ - tracker (s)
9
+ - ubuntu (m)
10
+ h: http redirect
11
+ m: certificate mismatch
12
+ r: connection refused
13
+ s: self-signed certificate
14
+ t: timeout on https
15
+-->
16
+<ruleset name="Labix.org">
17
+ <target host="labix.org" />
18
+ <target host="www.labix.org" />
19
+ <target host="blog.labix.org" />
20
+ <target host="www.blog.labix.org" />
21
+ <target host="humbox1.labix.org" />
22
+ <target host="snapdocs.labix.org" />
23
+
24
+ <rule from="^http:" to="https:" />
25
26
+ <securecookie host=".+" name=".+" />
27
+</ruleset>
0 commit comments