We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5792dfc commit a1e95c5Copy full SHA for a1e95c5
1 file changed
src/chrome/content/rules/Matt_Wilcox.net.xml
@@ -0,0 +1,23 @@
1
+<!--
2
+ Insecure cookies are set for these hosts:
3
+
4
+ - www.mattwilcox.net
5
6
+-->
7
+<ruleset name="Matt Wilcox.net">
8
9
+ <target host="mattwilcox.net" />
10
+ <target host="www.mattwilcox.net" />
11
12
13
+ <!-- Not secured by server:
14
+ -->
15
+ <!--securecookie host="^www\.mattwilcox\.net$" name="^CraftSessionId$" /-->
16
17
+ <securecookie host="^www\.mattwilcox\.net$" name=".+" />
18
19
20
+ <rule from="^http:"
21
+ to="https:" />
22
23
+</ruleset>
0 commit comments