Skip to content

Commit 1dddd83

Browse files
youdlyJ0WI
authored andcommitted
[Thrifty.de] New ruleset (EFForg#16318)
1 parent 833d335 commit 1dddd83

File tree

1 file changed

+29
-0
lines changed

1 file changed

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

Comments
 (0)