Skip to content

Commit 5d7a230

Browse files
author
MB
committed
pipedot.org
1 parent 1a8f7a1 commit 5d7a230

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!--
2+
Fully covered hosts:
3+
4+
- (www.)?
5+
- bugs
6+
- \w+ *
7+
8+
* Per-account vhosts
9+
10+
11+
Insecure cookies are set for these domains and hosts:
12+
13+
- pipedot.org
14+
- .pipedot.org
15+
16+
-->
17+
<ruleset name="pipedot.org">
18+
19+
<!-- Direct rewrites:
20+
-->
21+
<target host="pipedot.org" />
22+
<target host="*.pipedot.org" />
23+
24+
<test url="http://bugs.pipedot.org/" />
25+
<test url="http://www.pipedot.org/" />
26+
27+
28+
<!-- Not secured by server:
29+
-->
30+
<!--securecookie host="^\.?pipedot\.org$" name="^auth$" /-->
31+
32+
<securecookie host="^\.?pipedot\.org$" name=".+" />
33+
34+
35+
<rule from="^http:"
36+
to="https:" />
37+
38+
</ruleset>

0 commit comments

Comments
 (0)