Skip to content

Commit 37cb9fc

Browse files
author
MB
committed
GMO.com
1 parent 39817a9 commit 37cb9fc

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!--
2+
^: cert only matches www
3+
4+
-->
5+
<ruleset name="GMO.com">
6+
7+
<target host="gmo.com" />
8+
<target host="www.gmo.com" />
9+
10+
11+
<!-- Not secured by server:
12+
-->
13+
<!--securecookie host="^www\.gmo\.com$" name="^ASP\.NET_SessionId$" /-->
14+
15+
<securecookie host="^www\.gmo\.com$" name=".+" />
16+
17+
18+
<rule from="^http://(?:www\.)?gmo\.com/"
19+
to="https://www.gmo.com/" />
20+
21+
</ruleset>

0 commit comments

Comments
 (0)