We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa7e7c commit b037dd3Copy full SHA for b037dd3
1 file changed
src/chrome/content/rules/Virgin_Media.ie.xml
@@ -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