We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9021f9 + 8c35283 commit d1229deCopy full SHA for d1229de
src/chrome/content/rules/CityofPortland.xml
@@ -1,6 +1,16 @@
1
<ruleset name="City of Portland, OR">
2
- <target host="www.portlandonline.com"/>
3
- <target host="portlandonline.com"/>
+ <target host="www.portlandonline.com"/>
+ <target host="portlandonline.com"/>
4
+ <target host="www.portlandoregon.gov"/>
5
+ <target host="portlandoregon.gov"/>
6
- <rule from="^http://(?:www\.)?portlandonline\.com/" to="https://www.portlandonline.com/"/>
-</ruleset>
7
+ <securecookie host="^www\.portlandonline\.com$"
8
+ name=".+" />
9
+ <securecookie host="^www\.portlandoregon\.gov$"
10
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