Skip to content

Commit b037dd3

Browse files
author
MB
committed
Virgin Media.ie
1 parent 7fa7e7c commit b037dd3

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
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 hosts:
3+
4+
- support.virginmedia.ie
5+
6+
-->
7+
<ruleset name="Virgin Media.ie">
8+
9+
<target host="virginmedia.ie" />
10+
<target host="support.virginmedia.ie" />
11+
<target host="www.virginmedia.ie" />
12+
<target host="origin.www.virginmedia.ie" />
13+
14+
15+
<!-- Not secured by server:
16+
-->
17+
<!--securecookie host="^support\.virginmedia\.ie$" name="^cp_session$" /-->
18+
19+
<securecookie host="^\w" name="." />
20+
21+
22+
<rule from="^http:"
23+
to="https:" />
24+
25+
</ruleset>

0 commit comments

Comments
 (0)