Skip to content

Commit b053abc

Browse files
youdlyJ0WI
authored andcommitted
[Thrifty.ch] New ruleset (EFForg#16310)
1 parent 1dddd83 commit b053abc

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.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

Comments
 (0)