[tor-commits] [tor-browser/tor-browser-91.3.0esr-11.5-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:51:41 UTC 2021
    
    
  
commit c4dc7dc84f3ae07c27fd2900b12e010117707ab0
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