[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [https-everywhere/master] Disable the products rule; it's unreliable
Author: Peter Eckersley <pde@xxxxxxx>
Date: Sun, 7 Nov 2010 22:48:44 -0800
Subject: Disable the products rule; it's unreliable
Commit: 532b5589a5a27c5faa484bb69d47ccb9f9cb5223
At least, it doesn't seem to be working for me today.
---
src/chrome/content/rules/GoogleServices.xml | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/chrome/content/rules/GoogleServices.xml b/src/chrome/content/rules/GoogleServices.xml
index 4bee8de..6c6fde3 100644
--- a/src/chrome/content/rules/GoogleServices.xml
+++ b/src/chrome/content/rules/GoogleServices.xml
@@ -41,9 +41,10 @@
<rule from="^http://(www\.)?google((\.com?)?(\.[^/@:][^/@:])?)/calendar"
to="https://www.google$2/calendar" />
+ <!-- This worked for a while but seems to be unstable
<rule from="^http://(www\.)?google((\.com?)?(\.[^/@:][^/@:])?)/products"
- to="https://www.google$2/products" />
-
+ to="https://www.google$2/products" /> -->
+
<rule from="^http://(www\.)?google((\.com?)?(\.[^/@:][^/@:])?)/profiles"
to="https://www.google$2/profiles" />
--
1.7.1