Skip to content

Commit b7c7508

Browse files
author
MB
committed
Somevid.com
1 parent 61bc469 commit b7c7508

File tree

1 file changed

+26
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)