Author: Seth Schoen <[email protected]>
Date: Thu, 21 Oct 2010 15:57:11 -0700
Subject: HTTPS version of Google Custom Search icon to try to get rid of mixed
Commit: afb8e6d209cea0bbdef2a7786f384f00ba9c0ee6
---
src/chrome/content/rules/GoogleServices.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/chrome/content/rules/GoogleServices.xml
b/src/chrome/content/rules/GoogleServices.xml
index 350a30c..8dab76d 100644
--- a/src/chrome/content/rules/GoogleServices.xml
+++ b/src/chrome/content/rules/GoogleServices.xml
@@ -25,4 +25,6 @@
<rule from="^http://([^/:@]*)\.googlecode.com/(.+)"
to="https://$1.googlecode.com/$2" />
+ <rule
from="^http://www\.google\.com/cse/intl/([^/:@][^/:@])/images/google_custom_search_watermark.gif$"
to="https://www.google.com/cse/intl/$1/images/google_custom_search_watermark.gif"
/>
+
</ruleset>
--
1.7.1