Skip to content

Commit 5c83f63

Browse files
author
MB
committed
Paste.ee
1 parent 67c44ef commit 5c83f63

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!--
2+
Fully covered hosts in *paste.ee:
3+
4+
- (www.)?
5+
- analytics
6+
7+
8+
Insecure cookies are set for these hosts:
9+
10+
- paste.ee
11+
- www.paste.ee
12+
13+
-->
14+
<ruleset name="Paste.ee">
15+
16+
<!-- Direct rewrites:
17+
-->
18+
<target host="paste.ee" />
19+
<target host="analytics.paste.ee" />
20+
<target host="www.paste.ee" />
21+
22+
23+
<!-- Not secured by server:
24+
-->
25+
<!--securecookie host="^(www\.)?paste\.ee$" name="^session$" /-->
26+
27+
<securecookie host="^(?:www\.)?paste\.ee$" name=".+" />
28+
29+
30+
<rule from="^http:"
31+
to="https:" />
32+
33+
</ruleset>

0 commit comments

Comments
 (0)