--- epiphany.orig/data/org.gnome.epiphany.gschema.xml 2019-04-27 00:17:50.060428000 -0500
+++ epiphany/data/org.gnome.epiphany.gschema.xml 2019-04-27 00:17:50.360428000 -0500
@@ -26,9 +26,7 @@
- [('DuckDuckGo', 'https://duckduckgo.com/?q=%s&t=epiphany', '!ddg'),
- ('Google', 'https://www.google.com/search?q=%s', '!g'),
- ('Bing', 'https://www.bing.com/search?q=%s', '!b')]
+ [('DuckDuckGo', 'https://duckduckgo.com/html/?q=%s&t=epiphany', '!ddg')]
Default search engines.
List of the default search engines. It is an array in which each search engine is described by a name, an address, and a bang (shortcut).
--- epiphany.orig/lib/ephy-search-engine-manager.c 2019-04-27 00:17:49.860428000 -0500
+++ epiphany/lib/ephy-search-engine-manager.c 2019-04-27 00:55:14.840404975 -0500
@@ -27,7 +27,7 @@
#include "ephy-settings.h"
#include "ephy-prefs.h"
-#define FALLBACK_ADDRESS "https://duckduckgo.com/?q=%s&t=epiphany"
+#define FALLBACK_ADDRESS "https://duckduckgo.com/html/?q=%s&t=epiphany"
enum {
SEARCH_ENGINES_CHANGED,