Skip to content

Commit c389cbc

Browse files
committed
Merge branch 'sfconservancy.org' of https://github.com/anand-bhat/https-everywhere into anand-bhat-sfconservancy.org
2 parents c562f8c + cb8002c commit c389cbc

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed
Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
11
<!--
2-
Disabled by https-everywhere-checker because:
3-
Fetch error: http://www.sfconservancy.org/ => https://www.sfconservancy.org/: (60, 'SSL certificate problem: unable to get local issuer certificate')
4-
Fetch error: http://lists.sfconservancy.org/ => https://lists.sfconservancy.org/: (60, 'SSL certificate problem: unable to get local issuer certificate')
2+
Nonfunctional subdomains:
3+
- npoacct
4+
- oak
5+
6+
7+
Problematic hosts:
8+
- lists - Expired cert (2015-04-26)
9+
10+
11+
Fully covered hosts:
12+
- (www.)?
13+
- vote
14+
515
-->
616
<ruleset name="Software Freedom Conservancy" default_off='failed ruleset test'>
717

18+
<!-- Direct rewrites:
19+
-->
820
<target host="sfconservancy.org" />
21+
<target host="vote.sfconservancy.org" />
922
<target host="www.sfconservancy.org" />
10-
<target host="lists.sfconservancy.org" />
1123

1224

13-
<rule from="^http://(www\.)?sfconservancy\.org/"
14-
to="https://$1sfconservancy.org/" />
15-
<rule from="^http://lists\.sfconservancy\.org/"
16-
to="https://lists.sfconservancy.org/" />
25+
<rule from="^http:"
26+
to="https:" />
1727

18-
</ruleset>
28+
</ruleset>

0 commit comments

Comments
 (0)