Skip to content

Commit 0b4baaa

Browse files
mikecardwellpde
authored andcommitted
Front page doesn't support https. Changed "[1-5]\." to "\d+\." to cover my hostnames
Conflicts: src/chrome/content/rules/Hidemyass.xml
1 parent 2a065a5 commit 0b4baaa

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
<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" />
2+
<target host="*.hidemyass.com" />
93

104
<securecookie host="^(.+\.)?hidemyass\.com$" name=".*"/>
115

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/"/>
6+
<rule from="^http://(\d+)\.hidemyass\.com/" to="https://$1.hidemyass.com/"/>
147
</ruleset>

0 commit comments

Comments
 (0)