[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [https-everywhere/master 1/4] add support for groups.google.de
Author: Seth Schoen <schoen@xxxxxxx>
Date: Wed, 3 Nov 2010 12:44:01 -0700
Subject: add support for groups.google.de
Commit: 6d0c88ca9c33c463a57176ce5b9a4dfa5addbe49
---
src/chrome/content/rules/GoogleServices.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/chrome/content/rules/GoogleServices.xml b/src/chrome/content/rules/GoogleServices.xml
index 525d015..94a1842 100644
--- a/src/chrome/content/rules/GoogleServices.xml
+++ b/src/chrome/content/rules/GoogleServices.xml
@@ -4,6 +4,7 @@
<rule from="^http://spreadsheets\.google\.com/" to="https://spreadsheets.google.com/"/>
<rule from="^http://docs\.google\.com/" to="https://docs.google.com/"/>
<rule from="^http://groups\.google\.com/" to="https://groups.google.com/"/>
+ <rule from="^http://groups\.google\.de/" to="https://groups.google.de/"/>
<rule from="^http://mail\.google\.com/" to="https://mail.google.com/"/>
<rule from="^http://(www\.)?gmail\.com/"
to="https://mail.google.com/"/>
--
1.7.1