[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [https-everywhere/master 1/5] Country homepages -> encrypted.google.com
Author: Peter Eckersley <pde@xxxxxxx>
Date: Thu, 11 Nov 2010 09:30:44 -0800
Subject: Country homepages -> encrypted.google.com
Commit: 7716f7f768cb0785cc9737edffadbeb8c4b17792
---
src/chrome/content/rules/Google.xml | 24 +++++++++++-------------
1 files changed, 11 insertions(+), 13 deletions(-)
diff --git a/src/chrome/content/rules/Google.xml b/src/chrome/content/rules/Google.xml
index 50bebeb..70d9348 100644
--- a/src/chrome/content/rules/Google.xml
+++ b/src/chrome/content/rules/Google.xml
@@ -109,39 +109,37 @@ http://clients2.google.co.jp/complete/search?hl=ja&client=hp&expIds=17259,24660,
<rule
from="^http://(www\.)?google\.(com?\.)?(ar|bo|cl|co|cu|cr|ec|es|gt|mx|pa|pe|py|sv|uy|ve)/?$"
- to="https://www.google.com/webhp?hl=es" />
+ to="https://encrypted.google.com/webhp?hl=es" />
<rule
from="^http://(www\.)?google\.(com\.)?(ae|bh|eg|jo|kw|lb|ly|om|qa|sa)/?$"
- to="https://www.google.com/webhp?hl=ar" />
+ to="https://encrypted.google.com/webhp?hl=ar" />
<rule from="^http://(www\.)?google\.(at|ch|de)/?$"
- to="https://www.google.com/webhp?hl=de" />
-
+ to="https://encrypted.google.com/webhp?hl=de" />
<rule from="^http://(www\.)?google\.(fr|nl|it|pl|ru|bg|pt|ro|hr|fi)/?$"
- to="https://www.google.com/webhp?hl=$2" />
+ to="https://encrypted.google.com/webhp?hl=$2" />
<rule from="^http://(www\.)?google\.com?\.(id|th|tr)/?$"
- to="https://www.google.com/webhp?hl=$2" />
+ to="https://encrypted.google.com/webhp?hl=$2" />
<rule from="^http://(www\.)?google\.com\.il/?$"
- to="https://www.google.com/webhp?hl=he" />
+ to="https://encrypted.google.com/webhp?hl=he" />
<rule from="^http://(www\.)?google\.com\.kr/?$"
- to="https://www.google.com/webhp?hl=ko" />
+ to="https://encrypted.google.com/webhp?hl=ko" />
<rule from="^http://(www\.)?google\.com\.jp/?$"
- to="https://www.google.com/webhp?hl=ja" />
+ to="https://encrypted.google.com/webhp?hl=ja" />
<rule from="^http://(www\.)?google\.com\.vn/?$"
- to="https://www.google.com/webhp?hl=vi" />
+ to="https://encrypted.google.com/webhp?hl=vi" />
<rule from="^http://(www\.)?google\.com\.br/?$"
- to="https://www.google.com/webhp?hl=pt-BR" />
+ to="https://encrypted.google.com/webhp?hl=pt-BR" />
<rule from="^http://(www\.)?google\.se/?$"
- to="https://www.google.com/webhp?hl=sv" />
-
+ to="https://encrypted.google.com/webhp?hl=sv" />
</ruleset>
--
1.7.1