[tor-browser/tor-browser-91.3.0esr-11.0-1] fixup! Omnibox: Add DDG, Startpage, Disconnect, Youtube, Twitter; remove Amazon, eBay, bing

commit ab71d9b6b62097856aec4f6cfd6d662760c8487c Author: Matthew Finkel <sysrqb@torproject.org> Date: Mon Nov 8 19:20:53 2021 +0000 fixup! Omnibox: Add DDG, Startpage, Disconnect, Youtube, Twitter; remove Amazon, eBay, bing Bug 40689: Change Blockchair Search provider's HTTP method --- browser/components/search/extensions/blockchair/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/components/search/extensions/blockchair/manifest.json b/browser/components/search/extensions/blockchair/manifest.json index 27f320f80b16..0f16b9049cf2 100644 --- a/browser/components/search/extensions/blockchair/manifest.json +++ b/browser/components/search/extensions/blockchair/manifest.json @@ -20,7 +20,7 @@ "name": "Blockchair", "search_url": "https://blockchair.com/search", "search_form": "https://blockchair.com/search/?q={searchTerms}", - "search_url_post_params": "q={searchTerms}" + "search_url_get_params": "q={searchTerms}" } } }
participants (1)
-
sysrqb@torproject.org