Author: Seth Schoen <[email protected]> Date: Sun, 17 Oct 2010 12:41:16 -0700 Subject: googlecode.com (when and where do these URLs get generated?) Commit: 500e5235a5a9825582c338263103642452c48953
--- src/chrome/content/rules/GoogleServices.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/chrome/content/rules/GoogleServices.xml b/src/chrome/content/rules/GoogleServices.xml index d997fc1..2fefc9d 100644 --- a/src/chrome/content/rules/GoogleServices.xml +++ b/src/chrome/content/rules/GoogleServices.xml @@ -18,4 +18,7 @@ <rule from="^http://news\.google((\.com?)?(\.[^/@:][^/@:])?)/" to="https://news.google$1/" /> + <rule from="^http://([^/:@]*)\.googlecode.com/" + to="https://$1.googlecode.com/" /> + </ruleset> -- 1.7.1
