diff --git a/helpers/DATA/firefox/rollback_ddg_firefox_partnership_codes.patch b/helpers/DATA/firefox/rollback_ddg_firefox_partnership_codes.patch index bfa66b2..f266643 100644 --- a/helpers/DATA/firefox/rollback_ddg_firefox_partnership_codes.patch +++ b/helpers/DATA/firefox/rollback_ddg_firefox_partnership_codes.patch @@ -1,42 +1,22 @@ More info related to the change: https://hg.mozilla.org/mozilla-central/rev/5079bb7577182734823d6e4a3c468115d45a9dd9 -diff -Nru firefox-109.0.1+build1-0ubuntu0.22.04.1~mt1+11.0trisquel94/browser/components/search/extensions/ddg/manifest.json firefox-109.0+build2/browser/components/search/extensions/ddg/manifest.json ---- firefox-109.0.1+build1-0ubuntu0.22.04.1~mt1+11.0trisquel94/browser/components/search/extensions/ddg/manifest.json 2023-01-29 00:04:37.557029994 -0600 -+++ firefox-109.0+build2/browser/components/search/extensions/ddg/manifest.json 2023-01-14 12:40:57.000000000 -0600 -@@ -2,7 +2,7 @@ - "name": "DuckDuckGo", - "description": "Search DuckDuckGo", - "manifest_version": 2, -- "version": "1.3", -+ "version": "1.2", - "browser_specific_settings": { - "gecko": { - "id": "ddg@search.mozilla.org" +--- a/browser/components/search/extensions/ddg/manifest.json 2023-04-06 23:48:16.983734806 -0600 ++++ b/browser/components/search/extensions/ddg/manifest.json 2023-04-06 23:54:27.848103496 -0600 @@ -21,7 +21,7 @@ "name": "DuckDuckGo", "search_url": "https://duckduckgo.com/", - "search_form": "https://duckduckgo.com/?q={searchTerms}", + "search_form": "https://duckduckgo.com/", - "search_url_get_params": "t=ffab&q={searchTerms}", + "search_url_get_params": "q={searchTerms}", "suggest_url": "https://ac.duckduckgo.com/ac/", "suggest_url_get_params": "q={searchTerms}&type=list" } -diff -Nru firefox-109.0.1+build1-0ubuntu0.22.04.1~mt1+11.0trisquel94/browser/components/search/extensions/ddg-html/manifest.json firefox-109.0+build2/browser/components/search/extensions/ddg-html/manifest.json ---- firefox-109.0.1+build1-0ubuntu0.22.04.1~mt1+11.0trisquel94/browser/components/search/extensions/ddg-html/manifest.json 2023-01-29 00:04:37.509029685 -0600 -+++ firefox-109.0+build2/browser/components/search/extensions/ddg-html/manifest.json 2023-01-14 12:40:57.000000000 -0600 -@@ -2,7 +2,7 @@ - "name": "DuckDuckGo (HTML)", - "description": "Search DuckDuckGo (HTML)", - "manifest_version": 2, -- "version": "1.3", -+ "version": "1.2", - "browser_specific_settings": { - "gecko": { - "id": "ddg-html@search.mozilla.org" +--- a/browser/components/search/extensions/ddg-html/manifest.json 2023-04-06 23:48:16.987734810 -0600 ++++ b/browser/components/search/extensions/ddg-html/manifest.json 2023-04-06 23:55:19.080158907 -0600 @@ -21,7 +21,7 @@ "name": "DuckDuckGo (HTML)", "search_url": "https://html.duckduckgo.com/html/", - "search_form": "https://html.duckduckgo.com/html/?q={searchTerms}", + "search_form": "https://html.duckduckgo.com/html/", - "search_url_get_params": "t=ffab&q={searchTerms}", + "search_url_get_params": "q={searchTerms}", "suggest_url": "https://ac.duckduckgo.com/ac/", diff --git a/helpers/make-firefox b/helpers/make-firefox index 6f64851..462dd95 100644 --- a/helpers/make-firefox +++ b/helpers/make-firefox @@ -29,7 +29,7 @@ rm debian/control # Disable remote settings antifeature. sed '/async fetchLatestChanges.*/areturn;' -i services/settings/Utils.jsm -sed '/async download.*/areturn;' -i services/settings/RemoteSettingsClient.jsm services/settings/Attachments.jsm +sed '/async download.*/areturn;' -i services/settings/RemoteSettingsClient.sys.mjs services/settings/Attachments.sys.mjs # Disable activity-stream antifeatures. # These are not condensed into a single sed script to make it fail on individual commands that didn't change the source