Skip to content

Commit 8279e43

Browse files
dnoetzelJ0WI
authored andcommitted
Add ruleset: Labix.org (EFForg#17992)
1 parent 4fe8d07 commit 8279e43

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)