[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [https-everywhere/master] escape dot, and add finance.google.co{m,.uk} aliases
Author: Seth Schoen <schoen@xxxxxxx>
Date: Sat, 13 Nov 2010 01:05:14 -0800
Subject: escape dot, and add finance.google.co{m,.uk} aliases
Commit: bbd7e506a6572e1bf47691bef1fc651db569b880
---
src/chrome/content/rules/GoogleServices.xml | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/chrome/content/rules/GoogleServices.xml b/src/chrome/content/rules/GoogleServices.xml
index 5d5ae48..9f96e22 100644
--- a/src/chrome/content/rules/GoogleServices.xml
+++ b/src/chrome/content/rules/GoogleServices.xml
@@ -62,6 +62,11 @@
<rule from="^http://(www\.)?google\.com/finance"
to="https://www.google.com/finance"/>
- <rule from="^http://(www\.)?google\.co.uk/finance"
+ <rule from="^http://(www\.)?google\.co\.uk/finance"
to="https://www.google.co.uk/finance"/>
+ <rule from="^https?://finance\.google\.com/"
+ to="https://www.google.com/finance/"/>
+ <rule from="^https?://finance\.google\.co\.uk/"
+ to="https://www.google.co.uk/finance/"/>
+
</ruleset>
--
1.7.1