[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [https-everywhere/master 003/291] experimental user contributions for Google News and Google Calendar
Author: Seth Schoen <schoen@xxxxxxx>
Date: Fri, 8 Oct 2010 16:31:40 -0700
Subject: experimental user contributions for Google News and Google Calendar
Commit: d3ced6d362e97a3d8496639f74349566cb04fe95
---
src/chrome/content/rules/GoogleServices.xml | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/chrome/content/rules/GoogleServices.xml b/src/chrome/content/rules/GoogleServices.xml
index 22b9f39..d997fc1 100644
--- a/src/chrome/content/rules/GoogleServices.xml
+++ b/src/chrome/content/rules/GoogleServices.xml
@@ -11,4 +11,11 @@
to="https://www.google.com/reader/"/>
<rule from="^http://code\.google\.com/" to="https://code.google.com/"/>
<rule from="^http://sites\.google\.com/" to="https://sites.google.com/"/>
+
+ <rule from="^http://(www\.)?google((\.com?)?(\.[^/@:][^/@:])?)/calendar"
+ to="https://www.google$2/calendar" />
+
+ <rule from="^http://news\.google((\.com?)?(\.[^/@:][^/@:])?)/"
+ to="https://news.google$1/" />
+
</ruleset>
--
1.7.1