You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Fixes#2701
Auditors: @bbondy
Test Plan:
1. Launch Brave and open Preferences
2. Set Qwant.com as your default search engine and enable suggestions
3. In the omnibox, type "what" and wait for results to show
4. Search in the omnibox, confirm it shows results on qwant.com
5. Try the search engine shortcut, :q and do a search in the omnibox
Qwant offers us a bit more than a post URL.
code for qwant:
<Url type="application/x-suggestions+json" method="GET" template="https://api.qwant.com/api/suggest/?q={searchTerms}&client=brave »/> <Url type="text/html" method="GET" template="https://www.qwant.com/?q={searchTerms}&client=brave »/>
Something important to notice is the "client=brave" parameter.
CC @bbondy (if further info is needed)
The text was updated successfully, but these errors were encountered: