]> git.pld-linux.org Git - packages/firefox.git/blame - mozilla-firefox-searchplugins.patch
- yahoo and google plugins: more privacy, utf-8 support for yahoo
[packages/firefox.git] / mozilla-firefox-searchplugins.patch
CommitLineData
02b4f55d 1# Rationale:
2# 1. Mozilla's code contains a hard-coded check: if a search engine's name
3# is "Yahoo" or "Google", some information is added to the URL to make
4# the search recognizeable as coming from the Sherlock plugin. I fail
5# to see a reason for it.
6# 2. Since the /usr/lib*/mozilla*/searchplugins/ dir is writable only by
7# root, there is no need for update* tags.
8--- ./browser/locales/en-US/searchplugins/yahoo.src~ 2005-07-07 14:14:05.000000000 +0200
9+++ ./browser/locales/en-US/searchplugins/yahoo.src 2005-07-07 14:20:02.000000000 +0200
10@@ -8,11 +8,13 @@
11
12 <SEARCH
13 # version = "7.1"
14- name="Yahoo"
15+ name="yahoo"
16 description="Yahoo Search"
17 searchForm="http://www.yahoo.com/r/so"
18 method="GET"
19 action="http://search.yahoo.com/search"
20+ queryEncoding="utf-8"
21+ queryCharset="utf-8"
22 >
23
24 <input name="p" user>
25@@ -36,9 +38,9 @@
26
27 <browser
28 alsomatch="http://search.yahoo.com/bin/search"
29- update="http://www.mozilla.org/products/firefox/plugins/yahoo.src"
30- updateIcon="http://www.mozilla.org/products/firefox/plugins/yahoo.gif"
31- updateCheckDays="3"
32+# update="http://www.mozilla.org/products/firefox/plugins/yahoo.src"
33+# updateIcon="http://www.mozilla.org/products/firefox/plugins/yahoo.gif"
34+# updateCheckDays="3"
35 >
36
37 </search>
38--- ./xpfe/components/search/datasets/google.src~ 2005-07-07 14:11:24.000000000 +0200
39+++ ./xpfe/components/search/datasets/google.src 2005-07-07 14:21:11.000000000 +0200
40@@ -1,12 +1,14 @@
41 # Mozilla/Google plug-in by amitp+mozilla@google.com
42
43+# modified by PLD Team
44+
45 <search
46- name="Google"
47+ name="google"
48 description="Google Search"
49 method="GET"
50 action="http://www.google.com/search"
51- update="http://www.google.com/mozilla/google.src"
52- updateCheckDays=1
53+# update="http://www.google.com/mozilla/google.src"
54+# updateCheckDays=1
55 queryEncoding="utf-8"
56 queryCharset="utf-8"
57 >
58--- ./browser/locales/en-US/searchplugins/google.src~ 2004-08-29 09:29:59.000000000 +0200
59+++ ./browser/locales/en-US/searchplugins/google.src 2005-07-07 14:20:29.000000000 +0200
60@@ -1,12 +1,14 @@
61 # Mozilla/Google plug-in by amitp+mozilla@google.com
62
63+# modified by PLD Team
64+
65 <search
66- name="Google"
67+ name="google"
68 description="Google Search"
69 method="GET"
70 action="http://www.google.com/search"
71- update="http://www.google.com/mozilla/google.src"
72- updateCheckDays=1
73+# update="http://www.google.com/mozilla/google.src"
74+# updateCheckDays=1
75 queryEncoding="utf-8"
76 queryCharset="utf-8"
77 >
This page took 0.079113 seconds and 4 git commands to generate.