diff --git a/helpers/DATA/firefox/settings.js b/helpers/DATA/firefox/settings.js
index 4f1504505e6f1f52e4e588817de0c058ef4a9072..86836732e43b9ed0f53d1a33e8b2474e8de44b15 100644
--- a/helpers/DATA/firefox/settings.js
+++ b/helpers/DATA/firefox/settings.js
@@ -9,8 +9,10 @@ pref("pfs.filehint.url", "http://trisquel.info/sites/pfs.php?mime=%PLUGIN_MIMETY
 
 // I'm feeling Ducky.
 pref("keyword.URL", "https://duckduckgo.com/?t=trisquel&q=!+");
-pref("browser.search.defaultenginename", "DuckDuckGo (SSL)");
-pref("browser.search.order.extra.duckduckgo", "DuckDuckGo (SSL)");
+pref("browser.search.defaultenginename", "DuckDuckGo");
+pref("browser.search.order.1", "DuckDuckGo");
+pref("browser.search.defaultenginename", "DuckDuckGo");
+pref("browser.search.order.extra.duckduckgo", "DuckDuckGo");
 pref("browser.search.showOneOffButtons", false);
 pref("browser.search.suggest.enabled",false);
 // Disable preconnecting to search engine when clicking on the search bar
diff --git a/helpers/make-firefox b/helpers/make-firefox
index 8ed90b0ffe5442ef59205f4d09ae3349335f288a..01764b8235284c865d697a75fc63f04c8db2c0d8 100644
--- a/helpers/make-firefox
+++ b/helpers/make-firefox
@@ -18,7 +18,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=41
+VERSION=42
 
 . ./config
 
@@ -65,6 +65,10 @@ sed "s/Provides.*/Provides: firefox-locale-@LANGCODE@/" -i debian/control.langpa
 sed -i /ubuntu-bookmarks/d debian/patches/series
 rm debian/patches/ubuntu-bookmarks*
 
+# Remove Ubuntu l10n search preferences
+sed -i /ubuntu-search-defaults/d debian/patches/series
+rm debian/patches/ubuntu-search-defaults*
+
 #Unbrand url codes for google and amazon
 find debian/searchplugins |grep google| xargs -i /bin/sed '/ubuntu/d; /channel/d' -i {}
 find debian/searchplugins |grep amazon| xargs -i /bin/sed '/canoniccom/d;' -i {}