|
1 | | - |
2 | 1 | <!-- |
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 |
27 | 6 |
|
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 |
37 | 9 |
|
| 10 | + Timed out: |
| 11 | + - legacy.com, equivalent to www.legacy.com |
38 | 12 | --> |
39 | | -<ruleset name="Legacy.com (partial)" default_off='failed ruleset test'> |
40 | 13 |
|
| 14 | +<ruleset name="Legacy.com (partial)"> |
| 15 | + <target host="legacy.com" /> |
| 16 | + <target host="www.legacy.com" /> |
| 17 | + <target host="ak-static.legacy.com" /> |
41 | 18 | <target host="blog.legacy.com" /> |
42 | 19 | <target host="cache.legacy.com" /> |
| 20 | + <target host="cms.legacy.com" /> |
43 | 21 | <target host="media2.legacy.com" /> |
44 | 22 | <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" /> |
45 | 29 | <target host="mi.legacy.com" /> |
| 30 | + <target host="mi-cache.legacy.com" /> |
| 31 | + <target host="mi-static.legacy.com" /> |
46 | 32 | <target host="static.legacy.com" /> |
47 | 33 | <target host="sympathy.legacy.com" /> |
48 | 34 |
|
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 | | - |
60 | 35 | <securecookie host=".+" name="^optimizely" /> |
61 | 36 | <securecookie host="^\." name="^_ga(?:t?$|t_)" /> |
62 | 37 | <securecookie host="^\w" name=".+" /> |
63 | 38 |
|
64 | 39 |
|
65 | | - <rule from="^http:" |
66 | | - to="https:" /> |
| 40 | + <rule from="^http://legacy\.com/" |
| 41 | + to="https://www.legacy.com/" /> |
67 | 42 |
|
| 43 | + <rule from="^http:" to="https:" /> |
68 | 44 | </ruleset> |
0 commit comments