Skip to content

Commit a16148d

Browse files
illicitonionjeremyn
authored andcommitted
* Enable for www.montereybayaquarium.org The cert is only valid for www., so exclude the bare host. * Remove unnecessary exclusion * Add test * Respond to review comments * Review comments
1 parent b0b932f commit a16148d

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed
Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
<!--
2-
Disabled by https-everywhere-checker because:
3-
Fetch error: http://montereybayaquarium.org/ => https://montereybayaquarium.org/: (51, "SSL: no alternative certificate subject name matches target host name 'montereybayaquarium.org'")
4-
!www: cert only matches www
5-
2+
Invalid certificate:
3+
montereybayaquarium.org
4+
tmp.montereybayaquarium.org
5+
Time out:
6+
static.montereybayaquarium.org
7+
storage.montereybayaquarium.org
68
-->
7-
<ruleset name="Monterey Bay Aquarium" default_off='failed ruleset test'>
8-
9-
<target host="montereybayaquarium.org" />
9+
<ruleset name="Monterey Bay Aquarium">
1010
<target host="www.montereybayaquarium.org" />
11+
<target host="affiliate.montereybayaquarium.org" />
12+
<target host="m.montereybayaquarium.org" />
13+
<target host="mobile.montereybayaquarium.org" />
14+
<target host="newsroom.montereybayaquarium.org" />
15+
<target host="tickets.montereybayaquarium.org" />
1116

12-
13-
<securecookie host="^www\.montereybayaquarium\.org$" name=".+" />
14-
17+
<securecookie host="^(www|affiliate|m|mobile|newsroom|tickets)\.montereybayaquarium\.org$" name=".+" />
1518

1619
<rule from="^http:" to="https:" />
17-
18-
</ruleset>
20+
</ruleset>

0 commit comments

Comments
 (0)