We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 860d902 commit d287a69Copy full SHA for d287a69
1 file changed
src/chrome/content/rules/sportdepot.co.il.xml
@@ -0,0 +1,25 @@
1
+<!--
2
+ Insecure cookies are set for these domains and hosts:
3
+
4
+ - .sportdepot.co.il
5
+ - www.sportdepot.co.il
6
7
+-->
8
+<ruleset name="sportdepot.co.il">
9
10
+ <target host="sportdepot.co.il" />
11
+ <target host="www.sportdepot.co.il" />
12
13
14
+ <!-- Not secured by server:
15
+ -->
16
+ <!--securecookie host="^\.sportdepot\.co\.il$" name="^siteCookie$" /-->
17
+ <!--securecookie host="^www\.sportdepot\.co\.il$" name="^(?:PHPSESSID|basketContent)$" /-->
18
19
+ <securecookie host="^\w" name="." />
20
21
22
+ <rule from="^http:"
23
+ to="https:" />
24
25
+</ruleset>
0 commit comments