Package: mozilla-firefox Version: 1.0.6-2 Severity: normal Tags: patch This is bugzilla bug #275957 Brief summary: When a user enters an invalid URL in the location bar, an automatic Google Search is performed, and the user is taken to the first search result (I'm feeling lucky), without informing the user what has happened or asking for his consent. This shouldn't be default behaviour: the user should be informed what has happened by a popup window, or by not performing the automatic redirection. I included a patch that changes the default "I'm feelink lucky" search to a simple google search. Any user can change this after installing firefox, all he has to do is enter about:config in the location bar, and change keyword.URL. See the bugzilla report for more info Please review this behavior and decide upon an appropiate action for such a situation. Thanks
Thanks -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.8-2-k7 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages mozilla-firefox depends on: ii debianutils 2.14.1 Miscellaneous utilities specific t ii fontconfig 2.3.2-1 generic font configuration library ii libatk1.0-0 1.10.1-2 The ATK accessibility toolkit ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an ii libfontconfig1 2.3.2-1 generic font configuration library ii libfreetype6 2.1.10-1 FreeType 2 font engine, shared lib ii libgcc1 1:4.0.1-3 GCC support library ii libglib2.0-0 2.6.6-1 The GLib library of C routines ii libgtk2.0-0 2.6.8-1 The GTK+ graphical user interface ii libidl0 0.8.5-1 library for parsing CORBA IDL file ii libjpeg62 6b-10 The Independent JPEG Group's JPEG ii libkrb53 1.3.6-4 MIT Kerberos runtime libraries ii libpango1.0-0 1.8.2-1 Layout and rendering of internatio ii libpng12-0 1.2.8rel-1 PNG library - runtime ii libstdc++6 4.0.1-3 The GNU Standard C++ Library v3 ii libx11-6 6.8.2.dfsg.1-4 X Window System protocol client li ii libxext6 6.8.2.dfsg.1-4 X Window System miscellaneous exte ii libxft2 2.1.7-1 FreeType-based font drawing librar ii libxinerama1 6.8.2.dfsg.1-4 X Window System multi-head display ii libxp6 6.8.2.dfsg.1-4 X Window System printing extension ii libxt6 6.8.2.dfsg.1-4 X Toolkit Intrinsics ii psmisc 21.6-1 Utilities that use the proc filesy ii xlibs 6.8.2.dfsg.1-4 X Window System client libraries m ii zlib1g 1:1.2.3-1 compression library - runtime mozilla-firefox recommends no packages. -- no debconf information
diff -u mozilla-firefox-1.0.6/browser/app/profile/firefox.js mozilla-firefox-1.0.6/browser/app/profile/firefox.js --- mozilla-firefox-1.0.6/browser/app/profile/firefox.js +++ mozilla-firefox-1.0.6/browser/app/profile/firefox.js @@ -123,7 +123,7 @@ pref("xpinstall.whitelist.add.103", "addons.mozilla.org"); pref("keyword.enabled", true); -pref("keyword.URL", "http://www.google.com/search?btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8&q="); +pref("keyword.URL", "http://www.google.com/search?ie=UTF-8&oe=UTF-8&q="); pref("general.skins.selectedSkin", "classic/1.0"); pref("general.useragent.vendor", "Firefox"); diff -u mozilla-firefox-1.0.6/debian/changelog mozilla-firefox-1.0.6/debian/changelog --- mozilla-firefox-1.0.6/debian/changelog +++ mozilla-firefox-1.0.6/debian/changelog @@ -1,3 +1,12 @@ +mozilla-firefox (1.0.6-3) unstable; urgency=low + + * browser/app/profile/firefox.js: removed the "I'm feeling lucky" from the + keyword.URL, so now if you enter search terms in the address bar you will + be presented with search results and not taken to the first result + + + -- Torok Edwin <[EMAIL PROTECTED]> Sun, 7 Aug 2005 09:54:22 +0300 + mozilla-firefox (1.0.6-2) unstable; urgency=medium * modules/libpr0n/src/imgLoader.cpp, modules/libpr0n/src/imgLoader.h: