We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5476da1 commit 78b429cCopy full SHA for 78b429c
src/chrome/content/rules/Zipler.ru.xml
@@ -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