Skip to content

Commit 78b429c

Browse files
author
MB
committed
Zipler.ru
1 parent 5476da1 commit 78b429c

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!--
2+
Insecure cookies are set for these hosts:
3+
4+
- www.zipler.co.il
5+
6+
7+
Mixed content:
8+
9+
- Images, on:
10+
11+
- www from g0\d.a.alicdn.com ¹
12+
- www from i.ebayimg.com
13+
14+
¹ Not secured by us <= mismatched
15+
16+
-->
17+
<ruleset name="Zipler.ru">
18+
19+
<!-- Direct rewrites:
20+
-->
21+
<target host="www.zipler.ru" />
22+
23+
<!-- Complications:
24+
-->
25+
<target host="zipler.ru" />
26+
27+
28+
<!-- Not secured by server:
29+
-->
30+
<!--securecookie host="^www\.zipler\.ru$" name="^PHPSESSID$" /-->
31+
32+
<securecookie host="^www\.zipler\.ru$" name=".+" />
33+
34+
35+
<rule from="^http://zipler\.ru/"
36+
to="https://www.zipler.ru/" />
37+
38+
<rule from="^http:"
39+
to="https:" />
40+
41+
</ruleset>

0 commit comments

Comments
 (0)