Skip to content

Commit 2534c3c

Browse files
committed
[City of Portland] Improved cosmetics, added a test URL, secured cookies, and added the (www.)?portlandoregon.gov domain
1 parent d5262f7 commit 2534c3c

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed
Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
<ruleset name="City of Portland, OR">
2-
<target host="www.portlandonline.com"/>
3-
<target host="portlandonline.com"/>
2+
<target host="www.portlandonline.com"/>
3+
<target host="portlandonline.com"/>
4+
<target host="www.portlandoregon.gov"/>
5+
<target host="portlandoregon.gov"/>
46

5-
<rule from="^http://(?:www\.)?portlandonline\.com/" to="https://www.portlandonline.com/"/>
6-
</ruleset>
7+
<securecookie host="^www\.portlandonline\.com$"
8+
name=".+" />
9+
<securecookie host="^www\.portlandoregon\.gov$"
10+
name=".+" />
11+
12+
<test url="https://portlandonline.com/" />
13+
14+
<rule from="^(http://(?:www\.)?|https://)portlandonline\.com/"
15+
to="https://www.portlandonline.com/"/>
16+
<rule from="^http://(www\.)?portlandoregon\.gov/"
17+
to="https://$1portlandoregon.gov/" />
18+
</ruleset>

0 commit comments

Comments
 (0)