Author: Mike Cardwell <[email protected]> Date: Wed, 27 Oct 2010 23:57:14 +0100 Subject: Added some additional github.com rules Commit: d22ada93816e8156754d5095cfb55e1a1ba80c83
--- src/chrome/content/rules/Github.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/chrome/content/rules/Github.xml b/src/chrome/content/rules/Github.xml index 17e9997..1bdc140 100644 --- a/src/chrome/content/rules/Github.xml +++ b/src/chrome/content/rules/Github.xml @@ -1,3 +1,4 @@ <ruleset name="GitHub"> <rule from="^http://(www\.)?github\.com/" to="https://github.com/"/> + <rule from="^http://(assets\d+|gist)\.github\.com/" to="https://$1.github.com/"/> </ruleset> -- 1.7.1
