Skip to content

Commit e412525

Browse files
injustJ0WI
authored andcommitted
Update ruleset: Legacy.com (EFForg#17066)
* Update ruleset: Legacy.com * Oops * Add tests
1 parent e3c61dc commit e412525

File tree

1 file changed

+24
-48
lines changed

1 file changed

+24
-48
lines changed
Lines changed: 24 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,44 @@
1-
21
<!--
3-
Disabled by https-everywhere-checker because:
4-
Fetch error: http://mi.legacy.com/ => https://mi.legacy.com/: Too many redirects while fetching 'https://mi.legacy.com/'
5-
Fetch error: http://static.legacy.com/ => https://static.legacy.com/: Too many redirects while fetching 'https://static.legacy.com/'
6-
7-
CDN buckets:
8-
9-
- legacy.o.miisolutions.net
10-
11-
12-
Nonfunctional hosts in *legacy.com:
13-
14-
- (www.)? ᵈ
15-
- static.cms ³
16-
17-
³ 503
18-
ᵈ Dropped
19-
20-
21-
Problematic hosts in *legacy.com:
22-
23-
- ak-static ᴬ
24-
- (www.)?connect ᵐ
25-
- mi-cache ᴬ
26-
- mi-static ᴬ
2+
Invalid certificate:
3+
- static.cms.legacy.com
4+
- connect.legacy.com
5+
- www.connect.legacy.com
276
28-
ᴬ Akamai / mismatched
29-
ᵐ Mismatched
30-
31-
32-
Partially covered hosts in *legacy.com:
33-
34-
- memorialwebsites *
35-
36-
* Some pages redirect to http
7+
Partially redirects to HTTP:
8+
- memorialwebsites.legacy.com
379
10+
Timed out:
11+
- legacy.com, equivalent to www.legacy.com
3812
-->
39-
<ruleset name="Legacy.com (partial)" default_off='failed ruleset test'>
4013

14+
<ruleset name="Legacy.com (partial)">
15+
<target host="legacy.com" />
16+
<target host="www.legacy.com" />
17+
<target host="ak-static.legacy.com" />
4118
<target host="blog.legacy.com" />
4219
<target host="cache.legacy.com" />
20+
<target host="cms.legacy.com" />
4321
<target host="media2.legacy.com" />
4422
<target host="memorialwebsites.legacy.com" />
23+
<!-- Redirects to HTTP -->
24+
<exclusion pattern="^http://memorialwebsites\.legacy\.com/(.*/)?(Homepage|InvalidPage)\.aspx" />
25+
<test url="http://memorialwebsites.legacy.com/Homepage.aspx" />
26+
<test url="http://memorialwebsites.legacy.com/InvalidPage.aspx" />
27+
<test url="http://memorialwebsites.legacy.com/mi/Homepage.aspx" />
28+
<test url="http://memorialwebsites.legacy.com/mi/InvalidPage.aspx" />
4529
<target host="mi.legacy.com" />
30+
<target host="mi-cache.legacy.com" />
31+
<target host="mi-static.legacy.com" />
4632
<target host="static.legacy.com" />
4733
<target host="sympathy.legacy.com" />
4834

49-
<!-- Redirects to http:
50-
-->
51-
<exclusion pattern="^http://memorialwebsites\.legacy\.com/(?:.*/)?InvalidPage\.aspx" />
52-
53-
<!-- +ve:
54-
-->
55-
<test url="http://memorialwebsites.legacy.com/InvalidPage.aspx" />
56-
<test url="http://memorialwebsites.legacy.com/bar/InvalidPage.aspx" />
57-
<test url="http://memorialwebsites.legacy.com/foo/InvalidPage.aspx" />
58-
59-
6035
<securecookie host=".+" name="^optimizely" />
6136
<securecookie host="^\." name="^_ga(?:t?$|t_)" />
6237
<securecookie host="^\w" name=".+" />
6338

6439

65-
<rule from="^http:"
66-
to="https:" />
40+
<rule from="^http://legacy\.com/"
41+
to="https://www.legacy.com/" />
6742

43+
<rule from="^http:" to="https:" />
6844
</ruleset>

0 commit comments

Comments
 (0)