Skip to content

Commit b187d1f

Browse files
author
MB
committed
Vesta CP.com
1 parent 4b491e8 commit b187d1f

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)