We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c66ddb5 commit faf89cbCopy full SHA for faf89cb
src/chrome/content/rules/TaxPayers_Alliance.xml
@@ -1,3 +1,7 @@
1
+<!--
2
+ ^: Expired 2013-05-13
3
+
4
+-->
5
<ruleset name="TaxPayers' Alliance">
6
7
<target host="taxpayersalliance.com" />
@@ -7,7 +11,7 @@
11
<securecookie host="(?:www)?\.taxpayersalliance\.com$" name=".+" />
8
12
9
13
10
- <rule from="^http://(www\.)?taxpayersalliance\.com/"
- to="https://$1taxpayersalliance.com/" />
14
+ <rule from="^http://(?:www\.)?taxpayersalliance\.com/"
15
+ to="https://www.taxpayersalliance.com/" />
16
-</ruleset>
17
+</ruleset>
0 commit comments