Skip to content

Commit 6d21cfb

Browse files
illicitonionJ0WI
authored andcommitted
Add new york zoos (EFForg#8270)
1 parent 292eaa5 commit 6d21cfb

4 files changed

Lines changed: 55 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!--
2+
Invalid Server Name:
3+
www.bronxzoo.com
4+
pages.bronxzoo.com
5+
Redirect off-site:
6+
apps.bronxzoo.com
7+
8+
-->
9+
10+
<ruleset name="Bronxzoo.com">
11+
<target host="bronxzoo.com" />
12+
<target host="app.bronxzoo.com" />
13+
14+
<securecookie host="(app\.)?bronxzoo\.com$" name=".+" />
15+
16+
<rule from="^http:" to="https:" />
17+
</ruleset>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!--
2+
Invalid Server Name:
3+
www.centralparkzoo.com
4+
chicks.centralparkzoo.com
5+
pages.centralparkzoo.com
6+
-->
7+
8+
<ruleset name="Centralparkzoo.com">
9+
<target host="centralparkzoo.com" />
10+
11+
<securecookie host="centralparkzoo\.com$" name=".+" />
12+
13+
<rule from="^http:" to="https:" />
14+
</ruleset>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!--
2+
Invalid Server Name:
3+
www.prospectparkzoo.com
4+
-->
5+
6+
<ruleset name="Prospectparkzoo.com">
7+
<target host="prospectparkzoo.com" />
8+
9+
<securecookie host="prospectparkzoo\.com$" name=".+" />
10+
11+
<rule from="^http:" to="https:" />
12+
</ruleset>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!--
2+
Invalid Server Name:
3+
www.queenszoo.com
4+
-->
5+
6+
<ruleset name="Queenszoo.com">
7+
<target host="queenszoo.com" />
8+
9+
<securecookie host="queenszoo\.com$" name=".+" />
10+
11+
<rule from="^http:" to="https:" />
12+
</ruleset>

0 commit comments

Comments
 (0)