[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [https-everywhere/master] Try to unbreak google products
Author: Peter Eckersley <pde@xxxxxxx>
Date: Tue, 9 Nov 2010 11:14:50 -0800
Subject: Try to unbreak google products
Commit: 70ed5ba5706828ac08e4416d40ac553284991543
---
src/chrome/content/rules/Google.xml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/chrome/content/rules/Google.xml b/src/chrome/content/rules/Google.xml
index 79ba154..50bebeb 100644
--- a/src/chrome/content/rules/Google.xml
+++ b/src/chrome/content/rules/Google.xml
@@ -42,6 +42,12 @@
<rule from="^http://(www\.)?google\.com/search"
to="https://encrypted.google.com/search"/>
+ <!-- A very annoying exception that we seem to need for the basic case -->
+
+ <exclusion pattern="^http://(www\.)?google\.com/search.*tbs=shop" />
+ <exclusion pattern="^http://clients[0-9]\.google\.com/.*client=products.*" />
+ <exclusion pattern="^http://suggestqueries\.google\.com/.*client=products.*" />
+
<!-- There are two distinct cases for these firefox searches -->
<rule from="^http://(www\.)?google\.com/firefox/?$"
--
1.7.1