File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed
Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments