Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit ab50938

Browse files
authored
DMLP.org: Re-enable ruleset (#19412)
Force to https://www. to avoid bad cert domain
1 parent 9b4b2ed commit ab50938

File tree

1 file changed

+6
-19
lines changed

1 file changed

+6
-19
lines changed
Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,23 @@
1-
21
<!--
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/
142
Problematic subdomains:
153
16-
- ^ (mismatched, CN: adam.law.harvard.edu)
4+
- ^ (mismatched, CN: www.)
175
186
197
Some pages redirect to http.
208
219
-->
22-
<ruleset name="DMLP.org (partial)" default_off="failed ruleset test">
10+
<ruleset name="DMLP.org (partial)">
2311

2412
<target host="citmedialaw.org" />
2513
<target host="www.citmedialaw.org" />
2614
<target host="dmlp.org" />
2715
<target host="www.dmlp.org" />
2816

17+
<test url="http://dmlp.org/favicon.ico" />
18+
<test url="http://www.dmlp.org/favicon.ico" />
2919

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/" />
3522

3623
</ruleset>

0 commit comments

Comments
 (0)