Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
[Miniand Tech] Don't force www
Browse files Browse the repository at this point in the history
  • Loading branch information
MB committed Jan 9, 2014
1 parent a08a3fa commit e6ab0b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chrome/content/rules/Miniand-Tech.xml
Expand Up @@ -16,7 +16,7 @@
<securecookie host="^(?:www)?\.miniand\.com$" name=".*" />


<rule from="^https?://(?:www\.)?miniand\.com/"
to="https://www.miniand.com/" />
<rule from="^http://(www\.)?miniand\.com/"
to="https://$1miniand.com/" />

</ruleset>

0 comments on commit e6ab0b1

Please sign in to comment.