[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [https-everywhere/master] Simplify the google search target list
Author: Peter Eckersley <pde@xxxxxxx>
Date: Thu, 4 Nov 2010 10:52:52 -0700
Subject: Simplify the google search target list
Commit: 41e72e7bf224e87637dcfe6f8c8047fd6060f756
---
src/chrome/content/rules/Google.xml | 22 +---------------------
1 files changed, 1 insertions(+), 21 deletions(-)
diff --git a/src/chrome/content/rules/Google.xml b/src/chrome/content/rules/Google.xml
index 1614577..79ba154 100644
--- a/src/chrome/content/rules/Google.xml
+++ b/src/chrome/content/rules/Google.xml
@@ -9,26 +9,13 @@
<target host="www.google.*" />
<target host="google.*" />
<target host="suggestqueries.google.com" />
- <target host="clients0.google.com" />
- <target host="clients1.google.com" />
- <target host="clients2.google.com" />
- <target host="clients3.google.com" />
- <target host="clients4.google.com" />
- <target host="clients5.google.com" />
- <target host="clients6.google.com" />
- <target host="clients7.google.com" />
- <target host="clients8.google.com" />
- <target host="clients9.google.com" />
+ <target host="*.google.com" />
<target host="clients0.google.com.*" />
<target host="clients1.google.com.*" />
<target host="clients2.google.com.*" />
<target host="clients3.google.com.*" />
<target host="clients4.google.com.*" />
<target host="clients5.google.com.*" />
- <target host="clients6.google.com.*" />
- <target host="clients7.google.com.*" />
- <target host="clients8.google.com.*" />
- <target host="clients9.google.com.*" />
<target host="clients0.google.co.*" />
<target host="clients1.google.co.*" />
<target host="clients2.google.co.*" />
@@ -36,19 +23,12 @@
<target host="clients4.google.co.*" />
<target host="clients5.google.co.*" />
<target host="clients6.google.co.*" />
- <target host="clients7.google.co.*" />
- <target host="clients8.google.co.*" />
- <target host="clients9.google.co.*" />
<target host="clients0.google.*" />
<target host="clients1.google.*" />
<target host="clients2.google.*" />
<target host="clients3.google.*" />
<target host="clients4.google.*" />
<target host="clients5.google.*" />
- <target host="clients6.google.*" />
- <target host="clients7.google.*" />
- <target host="clients8.google.*" />
- <target host="clients9.google.*" />
<!-- Some Google pages can generate naive links back to the
unencrypted version of encrypted.google.com, which is a
--
1.7.1