We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baab358 commit bea9f74Copy full SHA for bea9f74
1 file changed
src/chrome/content/rules/Zsim.de.xml
@@ -0,0 +1,31 @@
1
+<!--
2
+ Fully covered hosts:
3
+
4
+ - (www.)?
5
6
7
+ Insecure cookies are set for these hosts:
8
9
+ - zsim.de
10
+ - www.zsim.de
11
12
+-->
13
+<ruleset name="zsim.de">
14
15
+ <!-- Direct rewrites:
16
+ -->
17
+ <target host="zsim.de" />
18
+ <target host="www.zsim.de" />
19
20
21
+ <!-- Not secured by server:
22
23
+ <!--securecookie host="^(www\.)?zsim\.de$" name="^csrftoken$" /-->
24
25
+ <securecookie host="^(?:www\.)?zsim\.de$" name=".+" />
26
27
28
+ <rule from="^http:"
29
+ to="https:" />
30
31
+</ruleset>
0 commit comments