Skip to content

Commit 5b6f4e2

Browse files
youdlyJ0WI
authored andcommitted
[STA Travel.com.au] New ruleset (EFForg#15888)
* [STA Travel.com.au] New ruleset * Add exclusion for problematic directory
1 parent cfe2786 commit 5b6f4e2

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<!--
2+
For other coverage, see STA-Travel.com.xml
3+
4+
5+
Non-functional subdomains:
6+
- $host (t)
7+
- cache-rg (m)
8+
- flights (m)
9+
- g (m)
10+
- ibe (no route to host)
11+
- insurance (e)
12+
- m (m)
13+
- mail (t)
14+
- ww2 (ssl connection error)
15+
- ww3 (ssl connection error)
16+
- ww4 (e)
17+
18+
e: expired certificate
19+
h: http redirect
20+
i: invalid certificate chain
21+
m: certificate mismatch
22+
r: connection refused
23+
s: self-signed certificate
24+
t: timeout on https
25+
-->
26+
<ruleset name="STA Travel.com.au">
27+
28+
<target host="statravel.com.au" />
29+
<target host="www.statravel.com.au" />
30+
<target host="book.statravel.com.au" />
31+
<target host="cheap-car-rental.statravel.com.au" />
32+
<target host="locations.statravel.com.au" />
33+
<target host="rail.statravel.com.au" />
34+
<target host="tours.statravel.com.au" />
35+
<test url="http://tours.statravel.com.au/content/images/icon-cal-small.png" />
36+
37+
<securecookie host=".+" name=".+" />
38+
39+
<!-- http redirect -->
40+
<exclusion pattern="^http://www\.statravel\.com\.au/tours" />
41+
<test url="http://www.statravel.com.au/tours.htm" />
42+
43+
<rule from="^http://statravel\.com\.au/"
44+
to="https://www.statravel.com.au/" />
45+
46+
<rule from="^http:"
47+
to="https:" />
48+
</ruleset>

0 commit comments

Comments
 (0)