GNOME Bugzilla – Bug 604087
Hardcoded Google defaults
Last modified: 2011-10-28 11:19:15 UTC
URL bar keyword search is hard-coded to use Google, a regression from 2.26 and a privacy concern. The attached patch adds a gconf key (`url_search`) which defaults to Google (though potentially this is a bug in itself) to define a search string for address bar searches. If the value is blank or null, the patch causes epiphany to silently fall back to Google as well, although incorrect strings in the gconf key are not handled.
Created attachment 149343 [details] [review] Patch against b45f436e6f81721ab51a948c41f3370476413898
Comment on attachment 149343 [details] [review] Patch against b45f436e6f81721ab51a948c41f3370476413898 I've pushed this to master with some small changes. Commit ffe63b2868201600e3c0bf9f203de387c3616c40
*** Bug 662536 has been marked as a duplicate of this bug. ***