Author: Seth Schoen <[email protected]> Date: Fri, 12 Nov 2010 12:13:10 -0800 Subject: Google's help is now available in HTTPS too Commit: c8b3d091a22c322012d1cd40e9048c8bf0204a31
--- src/chrome/content/rules/Google.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/chrome/content/rules/Google.xml b/src/chrome/content/rules/Google.xml index 70d9348..69f70cd 100644 --- a/src/chrome/content/rules/Google.xml +++ b/src/chrome/content/rules/Google.xml @@ -48,6 +48,10 @@ <exclusion pattern="^http://clients[0-9]\.google\.com/.*client=products.*" /> <exclusion pattern="^http://suggestqueries\.google\.com/.*client=products.*" /> + <!-- Google's help is now available in HTTPS too. --> + <rule from="^http://(www\.)?google\.com/support/" + to="https://www.google.com/support/"/> + <!-- There are two distinct cases for these firefox searches --> <rule from="^http://(www\.)?google\.com/firefox/?$" -- 1.7.1
