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