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