Skip to content

Commit 3190e57

Browse files
author
MB
committed
VGTRK.com
1 parent 5476e5c commit 3190e57

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+
- vgtrk.com
5+
- www.vgtrk.com
6+
7+
8+
Mixed content:
9+
10+
- css from fonts.googleapis.com ˢ
11+
12+
ˢ Secured by us, see https://www.paulirish.com/2010/the-protocol-relative-url/
13+
14+
-->
15+
<ruleset name="VGTRK.com">
16+
17+
<target host="vgtrk.com" />
18+
<target host="www.vgtrk.com" />
19+
20+
21+
<!-- Not secured by server:
22+
-->
23+
<!--securecookie host="^(?:www\.)?vgtrk\.com$" name="^ngx_uid$" /-->
24+
25+
<securecookie host="^\w" name="." />
26+
27+
28+
<rule from="^http:"
29+
to="https:" />
30+
31+
</ruleset>

0 commit comments

Comments
 (0)