Author: Peter Eckersley <[email protected]> Date: Tue, 2 Nov 2010 10:44:06 -0700 Subject: Add products/shopping to the GoogleServices rule Commit: f8a45c028df16af24f45feed962f3bbcafe041f3
--- src/chrome/content/rules/GoogleServices.xml | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/chrome/content/rules/GoogleServices.xml b/src/chrome/content/rules/GoogleServices.xml index 8dab76d..faeff1a 100644 --- a/src/chrome/content/rules/GoogleServices.xml +++ b/src/chrome/content/rules/GoogleServices.xml @@ -12,9 +12,12 @@ <rule from="^http://code\.google\.com/" to="https://code.google.com/"/> <rule from="^http://sites\.google\.com/" to="https://sites.google.com/"/> - <rule from="^http://(www\.)?google((\.com?)?(\.[^/@:][^/@:])?)/calendar" + <rule from="^http://(www\.)?google((\.com?)?(\.[^/@:][^/@:])?)/calendar" to="https://www.google$2/calendar" /> + <rule from="^http://(www\.)?google((\.com?)?(\.[^/@:][^/@:])?)/products" + to="https://www.google$2/products" /> + <rule from="^http://news\.google((\.com?)?(\.[^/@:][^/@:])?)/" to="https://news.google$1/" /> -- 1.7.1
