We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b491e8 commit b187d1fCopy full SHA for b187d1f
src/chrome/content/rules/Vesta_CP.com.xml
@@ -0,0 +1,31 @@
1
+<!--
2
+ Insecure cookies are set for these hosts:
3
+
4
+ - .vestacp.com
5
+ - bugs.vestacp.com
6
+ - my.vestacp.com
7
8
+-->
9
+<ruleset name="Vesta CP.com">
10
11
+ <!-- Direct rewrites:
12
+ -->
13
+ <target host="vestacp.com" />
14
+ <target host="bugs.vestacp.com" />
15
+ <target host="forum.vestacp.com" />
16
+ <target host="my.vestacp.com" />
17
+ <target host="www.vestacp.com" />
18
19
20
+ <!-- Not secured by server:
21
22
+ <!--securecookie host="^\.vestacp\.com$" name="^vestacp-forum_(?:k|sid|u)$" /-->
23
+ <!--securecookie host="^(?:bugs|my)\.vestacp\.com$" name="^PHPSESSID$" /-->
24
25
+ <securecookie host=".*\.vestacp\.com$" name=".+" />
26
27
28
+ <rule from="^http:"
29
+ to="https:" />
30
31
+</ruleset>
0 commit comments