Created
March 12, 2012 19:56
-
-
Save thefinn93/2024323 to your computer and use it in GitHub Desktop.
HTTPS everywhere ruleset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ruleset name="xkcd"> | |
<target host="xkcd.com" /> | |
<target host="xkcd.org" /> | |
<target host="*.xkcd.com" /> | |
<target host="*.xkcd.org" /> | |
<target host="www.store.xkcd.com" /> | |
<rule from="^http://(www\.|m\.)?xkcd\.(?:com|org)/" | |
to="https://$1xkcd.com/" /> | |
<rule from="^http://(?:www\.)?store\.xkcd\.com/" | |
to="https://store.xkcd.com/" /> | |
<rule from="^http://imgs\.xkcd\.com/" | |
to="https://sslimgs.xkcd.com/" /> | |
</ruleset> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment