|
1 | | - |
2 | 1 | <!-- |
3 | | -Disabled by https-everywhere-checker because: |
4 | | -Fetch error: http://citmedialaw.org/ => https://www.citmedialaw.org/: Too many redirects while fetching 'https://www.citmedialaw.org/' |
5 | | -Fetch error: http://www.citmedialaw.org/ => https://www.citmedialaw.org/: Too many redirects while fetching 'https://www.citmedialaw.org/' |
6 | | -Fetch error: http://dmlp.org/ => https://www.dmlp.org/: Too many redirects while fetching 'https://www.dmlp.org/' |
7 | | -Fetch error: http://www.dmlp.org/ => https://www.dmlp.org/: Too many redirects while fetching 'https://www.dmlp.org/' |
8 | | -
|
9 | | -Disabled by https-everywhere-checker because: |
10 | | -Fetch error: http://citmedialaw.org/ => https://www.citmedialaw.org/: Cycle detected - URL already encountered: https://www.dmlp.org/ |
11 | | -Fetch error: http://www.citmedialaw.org/ => https://www.citmedialaw.org/: Cycle detected - URL already encountered: https://www.dmlp.org/ |
12 | | -Fetch error: http://dmlp.org/ => https://www.dmlp.org/: Cycle detected - URL already encountered: https://www.dmlp.org/ |
13 | | -Fetch error: http://www.dmlp.org/ => https://www.dmlp.org/: Cycle detected - URL already encountered: https://www.dmlp.org/ |
14 | 2 | Problematic subdomains: |
15 | 3 |
|
16 | | - - ^ (mismatched, CN: adam.law.harvard.edu) |
| 4 | + - ^ (mismatched, CN: www.) |
17 | 5 |
|
18 | 6 |
|
19 | 7 | Some pages redirect to http. |
20 | 8 |
|
21 | 9 | --> |
22 | | -<ruleset name="DMLP.org (partial)" default_off="failed ruleset test"> |
| 10 | +<ruleset name="DMLP.org (partial)"> |
23 | 11 |
|
24 | 12 | <target host="citmedialaw.org" /> |
25 | 13 | <target host="www.citmedialaw.org" /> |
26 | 14 | <target host="dmlp.org" /> |
27 | 15 | <target host="www.dmlp.org" /> |
28 | 16 |
|
| 17 | + <test url="http://dmlp.org/favicon.ico" /> |
| 18 | + <test url="http://www.dmlp.org/favicon.ico" /> |
29 | 19 |
|
30 | | - <rule from="^http://(?:www\.)?citmedialaw\.org/" |
31 | | - to="https://www.citmedialaw.org/" /> |
32 | | - |
33 | | - <rule from="^http://(?:www\.)?dmlp\.org/(?!favicon\.ico|files/|misc/|modules/|sites/)" |
34 | | - to="https://www.dmlp.org/" /> |
| 20 | + <rule from="^http://(?:www\.)?([^/]+)/" |
| 21 | + to="https://www.$1/" /> |
35 | 22 |
|
36 | 23 | </ruleset> |
0 commit comments