Skip to content

Commit b5e92f3

Browse files
author
MB
committed
Cue.me
1 parent a53b4d9 commit b5e92f3

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<ruleset name="Cue.me">
2+
3+
<target host="cue.me" />
4+
<target host="www.cue.me" />
5+
6+
7+
<!-- Not secured by server:
8+
-->
9+
<!--securecookie host="^cue\.me$" name="^session$" /-->
10+
11+
<securecookie host="^cue\.me$" name=".+" />
12+
13+
14+
<rule from="^http://(www\.)?cue\.me/"
15+
to="https://$1cue.me/" />
16+
17+
</ruleset>

0 commit comments

Comments
 (0)