Skip to content

Commit b32114f

Browse files
youdlyJ0WI
authored andcommitted
[Thrifty.co.kr] New ruleset (EFForg#16311)
1 parent 910278d commit b32114f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)