We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2534c3c commit 8c35283Copy full SHA for 8c35283
src/chrome/content/rules/CityofPortland.xml
@@ -9,10 +9,8 @@
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/" />
+ <rule from="^http://portlandonline\.com/"
+ to="https://www.portlandonline.com/" />
+ <rule from="^http:"
+ to="https:" />
18
</ruleset>
0 commit comments