Skip to content

Commit 474b299

Browse files
youdlyJ0WI
authored andcommitted
[STA Travel.com] New ruleset (EFForg#15882)
* [STA Travel.com] New ruleset * Add exclusion for problematic directory * Fix typo
1 parent b7f53a8 commit 474b299

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
<!--
2+
Other related rulesets:
3+
- STA-Travel.at.xml
4+
- STA-Travel.ch.xml
5+
- STA-Travel.de.xml
6+
- STA-Travel.co.jp.xml
7+
- STA-Travel.co.nz.xml
8+
- STA-Travel.co.th.xml
9+
- STA-Travel.co.za.xml
10+
- STA-Travel.com.au.xml
11+
- STA-Travel.com.sg.xml
12+
13+
14+
Non-functional subdomains:
15+
- statravel.com (t)
16+
- articles (t)
17+
- links.edeals (m)
18+
- ibe (t)
19+
- owa (no route to host)
20+
- stacreativekit (m)
21+
- webchat (t)
22+
- webforms (r)
23+
- ww2 (no route to host)
24+
25+
- (www.)statravel.com.cn (ssl connection error)
26+
- en (i)
27+
28+
- statravel.se (t)
29+
- www (m)
30+
31+
- (www.)statravel.dk (m)
32+
33+
e: expired certificate
34+
h: http redirect
35+
i: invalid certificate chain
36+
m: certificate mismatch
37+
r: connection refused
38+
s: self-signed certificate
39+
t: timeout on https
40+
-->
41+
<ruleset name="STA Travel.com">
42+
43+
<target host="statravel.com" />
44+
<target host="www.statravel.com" />
45+
<target host="blog.statravel.com" />
46+
<target host="book.statravel.com" />
47+
<target host="car-rental.statravel.com" />
48+
<target host="customercare.statravel.com" />
49+
<target host="g.statravel.com" />
50+
<target host="helios.statravel.com" />
51+
<target host="hotels.statravel.com" />
52+
<target host="login.statravel.com" />
53+
<target host="m.statravel.com" />
54+
<target host="marketing.statravel.com" />
55+
<target host="my.statravel.com" />
56+
<target host="api.my.statravel.com" />
57+
<target host="api.partners.my.statravel.com" />
58+
<target host="rail.statravel.com" />
59+
<target host="tours.statravel.com" />
60+
<test url="http://tours.statravel.com/content/images/icon-cal-small.png" />
61+
<target host="usvpn.statravel.com" />
62+
63+
<securecookie host=".+" name=".+" />
64+
65+
<!-- http redirect -->
66+
<exclusion pattern="^http://www\.statravel\.com/(blog/|tours)" />
67+
<test url="http://www.statravel.com/blog/" />
68+
<test url="http://www.statravel.com/tours-worldwide.htm" />
69+
70+
<rule from="^http://statravel\.com/"
71+
to="https://www.statravel.com/" />
72+
73+
<rule from="^http:"
74+
to="https:" />
75+
</ruleset>

0 commit comments

Comments
 (0)