Skip to content

Commit 5f004b8

Browse files
author
MB
committed
[Privacy International] Don't force www
1 parent 488597d commit 5f004b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/chrome/content/rules/Privacy-International.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<target host="privacyinternational.org"/>
44
<target host="www.privacyinternational.org"/>
55

6-
<rule from="^http://(?:www\.)?privacyinternational\.org/"
7-
to="https://www.privacyinternational.org/"/>
6+
<rule from="^http://(www\.)?privacyinternational\.org/"
7+
to="https://$1privacyinternational.org/"/>
88

99
</ruleset>

0 commit comments

Comments
 (0)