We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dddd83 commit b053abcCopy full SHA for b053abc
src/chrome/content/rules/Thrifty.ch.xml
@@ -0,0 +1,28 @@
1
+<!--
2
+ For other Thrifty coverage, see Thrifty.com.xml
3
+
4
5
+ Non-functional subdomains:
6
+ - $host (m)
7
8
+ e: expired certificate
9
+ h: http redirect
10
+ i: invalid certificate chain
11
+ m: certificate mismatch
12
+ r: connection refused
13
+ s: self-signed certificate
14
+ t: timeout on https
15
+-->
16
+<ruleset name="Thrifty.ch">
17
18
+ <target host="thrifty.ch" />
19
+ <target host="www.thrifty.ch" />
20
21
+ <securecookie host=".+" name=".+" />
22
23
+ <rule from="^http://thrifty\.ch/"
24
+ to="https://www.thrifty.ch/" />
25
26
+ <rule from="^http:"
27
+ to="https:" />
28
+</ruleset>
0 commit comments