Skip to content

Commit d1229de

Browse files
committed
Merge pull request EFForg#2484 from galenide/improved-cityofportland-ruleset
[City of Portland] Improved cosmetics, added a test URL, secured cook…
2 parents f9021f9 + 8c35283 commit d1229de

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed
Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
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+
<rule from="^http://portlandonline\.com/"
13+
to="https://www.portlandonline.com/" />
14+
<rule from="^http:"
15+
to="https:" />
16+
</ruleset>

0 commit comments

Comments
 (0)