Skip to content

Commit a1e95c5

Browse files
author
MB
committed
Matt Wilcox.net
1 parent 5792dfc commit a1e95c5

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!--
2+
Insecure cookies are set for these hosts:
3+
4+
- www.mattwilcox.net
5+
6+
-->
7+
<ruleset name="Matt Wilcox.net">
8+
9+
<target host="mattwilcox.net" />
10+
<target host="www.mattwilcox.net" />
11+
12+
13+
<!-- Not secured by server:
14+
-->
15+
<!--securecookie host="^www\.mattwilcox\.net$" name="^CraftSessionId$" /-->
16+
17+
<securecookie host="^www\.mattwilcox\.net$" name=".+" />
18+
19+
20+
<rule from="^http:"
21+
to="https:" />
22+
23+
</ruleset>

0 commit comments

Comments
 (0)