Skip to content

Commit d287a69

Browse files
author
MB
committed
sportdepot.co.il
1 parent 860d902 commit d287a69

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

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 domains and hosts:
3+
4+
- .sportdepot.co.il
5+
- www.sportdepot.co.il
6+
7+
-->
8+
<ruleset name="sportdepot.co.il">
9+
10+
<target host="sportdepot.co.il" />
11+
<target host="www.sportdepot.co.il" />
12+
13+
14+
<!-- Not secured by server:
15+
-->
16+
<!--securecookie host="^\.sportdepot\.co\.il$" name="^siteCookie$" /-->
17+
<!--securecookie host="^www\.sportdepot\.co\.il$" name="^(?:PHPSESSID|basketContent)$" /-->
18+
19+
<securecookie host="^\w" name="." />
20+
21+
22+
<rule from="^http:"
23+
to="https:" />
24+
25+
</ruleset>

0 commit comments

Comments
 (0)