We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b429c commit c441d83Copy full SHA for c441d83
src/chrome/content/rules/Zipy.co.il.xml
@@ -0,0 +1,37 @@
1
+<!--
2
+ Insecure cookies are set for these hosts:
3
+
4
+ - www.zipy.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="Zipy.co.il">
18
19
+ <!-- Direct rewrites:
20
+ -->
21
+ <target host="zipy.co.il" />
22
+ <target host="analytics.zipy.co.il" />
23
+ <target host="m.zipy.co.il" />
24
+ <target host="www.zipy.co.il" />
25
26
27
+ <!-- Not secured by server:
28
29
+ <!--securecookie host="^www\.zipy\.co\.il$" name="^PHPSESSID$" /-->
30
31
+ <securecookie host="^www\.zipy\.co\.il$" name=".+" />
32
33
34
+ <rule from="^http:"
35
+ to="https:" />
36
37
+</ruleset>
0 commit comments