We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a9e29 commit c3e30e8Copy full SHA for c3e30e8
src/chrome/content/rules/xxxyours.com.xml
@@ -0,0 +1,27 @@
1
+<!--
2
+ Insecure cookies are set for these domains and hosts:
3
+
4
+ - xxxyours.com
5
+ - .xxxyours.com
6
7
+-->
8
+<ruleset name="xxxYours.com">
9
10
+ <target host="xxxyours.com" />
11
+ <target host="analytics.xxxyours.com" />
12
+ <target host="srv44c.xxxyours.com" />
13
+ <target host="www.xxxyours.com" />
14
15
16
+ <!-- Not secured by server:
17
+ -->
18
+ <!--securecookie host="^xxxyours\.com$" name="^(?:PHPSESSID|pageredir)$" /-->
19
+ <!--securecookie host="^\.xxxyours\.com$" name="^(?:__cfduid|cf_clearance)$" /-->
20
21
+ <securecookie host="." name="." />
22
23
24
+ <rule from="^http:"
25
+ to="https:" />
26
27
+</ruleset>
0 commit comments