We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910278d commit b32114fCopy full SHA for b32114f
src/chrome/content/rules/Thrifty.co.kr.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.co.kr">
17
18
+ <target host="thrifty.co.kr" />
19
+ <target host="www.thrifty.co.kr" />
20
21
+ <securecookie host=".+" name=".+" />
22
23
+ <rule from="^http://thrifty\.co\.kr/"
24
+ to="https://www.thrifty.co.kr/" />
25
26
+ <rule from="^http:"
27
+ to="https:" />
28
+</ruleset>
0 commit comments