[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] [https-everywhere/master 254/291] HTTPS version of Google Custom Search icon to try to get rid of mixed content warnings on some sites (it didn't do that job for the IEEE site, which was the one that prompted this, though)



Author: Seth Schoen <schoen@xxxxxxx>
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