Created
March 12, 2012 19:56
Revisions
-
thefinn93 created this gist
Mar 12, 2012 .There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ <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>