We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a065a5 commit 0b4baaaCopy full SHA for 0b4baaa
1 file changed
src/chrome/content/rules/Hidemyass.xml
@@ -1,14 +1,7 @@
1
<ruleset name="Hidemyass">
2
- <target host="hidemyass.com" />
3
- <target host="www.hidemyass.com" />
4
- <target host="1.hidemyass.com" />
5
- <target host="2.hidemyass.com" />
6
- <target host="3.hidemyass.com" />
7
- <target host="4.hidemyass.com" />
8
- <target host="5.hidemyass.com" />
+ <target host="*.hidemyass.com" />
9
10
<securecookie host="^(.+\.)?hidemyass\.com$" name=".*"/>
11
12
- <rule from="^http://(www\.)?hidemyass\.com/" to="https://hidemyass.com/"/>
13
- <rule from="^http://(1|2|3|4|5)\.hidemyass\.com/" to="https://$1.hidemyass.com/"/>
+ <rule from="^http://(\d+)\.hidemyass\.com/" to="https://$1.hidemyass.com/"/>
14
</ruleset>
0 commit comments