Skip to content

Commit 37f6ec6

Browse files
author
MB
committed
Xero mag.com
1 parent dd39152 commit 37f6ec6

File tree

1 file changed

+25
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)