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

sysrqb at torproject.org sysrqb at torproject.org
Tue Nov 9 15:53:28 UTC 2021


commit ab71d9b6b62097856aec4f6cfd6d662760c8487c
Author: Matthew Finkel <sysrqb at 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}"
     }
   }
 }



More information about the tor-commits mailing list