Skip to content

Commit c3e30e8

Browse files
author
MB
committed
xxxYours.com
1 parent 78a9e29 commit c3e30e8

File tree

1 file changed

+27
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)