Skip to content

Commit 4bb29ec

Browse files
committed
Merge pull request EFForg#4537 from galenide/improved-mediagoblindotorg-ruleset
[MediaGoblin.org] Enabled ruleset, specified the issues and wiki subd…
2 parents 37fa0af + 04414be commit 4bb29ec

1 file changed

Lines changed: 13 additions & 21 deletions

File tree

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,28 @@
11
<!--
2-
- Expired 2013-03-28
3-
- Cert only matches *.mediagoblin.org
2+
Unsupported subdomains:
3+
(Cert only matches wiki.mediagoblin.org and www.wiki.mediagoblin.org)
44
5+
- (www.) (^ → www)
6+
- docs
7+
- lists
8+
- new
9+
- status
510
611
Fully covered subdomains:
712
8-
- (www.) (^ → www)
9-
- docs
1013
- issues
1114
- wiki
12-
13-
14-
Mixed content:
15-
16-
- css on wiki from wiki *
17-
18-
* Secured by us
19-
2015
-->
21-
<ruleset name="MediaGoblin.org" default_off="expired, self-signed">
22-
23-
<target host="mediagoblin.org" />
24-
<target host="*.mediagoblin.org" />
16+
<ruleset name="MediaGoblin.org (partial)">
2517

18+
<target host="issues.mediagoblin.org" />
19+
<target host="wiki.mediagoblin.org" />
2620

27-
<securecookie host="^(?:issues|wiki)\.mediagoblin\.org$" name=".+" />
2821

22+
<securecookie host="(^|\.)(issues|wiki)\.mediagoblin\.org$" name=".+" />
2923

30-
<rule from="^http://(?:www\.)?mediagoblin\.org/"
31-
to="https://www.mediagoblin.org/" />
3224

33-
<rule from="^http://(docs|issues|wiki)\.mediagoblin\.org/"
34-
to="https://$1.mediagoblin.org/" />
25+
<rule from="^http:"
26+
to="https:" />
3527

3628
</ruleset>

0 commit comments

Comments
 (0)