Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
update to new Google search codes (fixes issue #885) (#916)
Browse files Browse the repository at this point in the history
* update to new Google search codes (fixes issue #885)

* Google Search URL query-string fixes: fixed `keyword` -> `client`; removed `ie` and `oe` charsets (per @mkaply)
  • Loading branch information
cvan authored Jan 8, 2019
1 parent 3d8b97e commit d7b89d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values/non_L10n.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
<!-- SEARCH ENGINES -->
<string name="geolocation_api_url" translatable="false">https://location.services.mozilla.com/v1/country</string>
<!-- Google -->
<string name="search_google_params" translatable="false">q=%1$s&amp;ie=utf-8&amp;oe=utf-8&amp;keyword=firefox-b-ab&amp;searchbar=firefox-b</string>
<string name="search_google_us_params" translatable="false">q=%1$s&amp;ie=utf-8&amp;oe=utf-8&amp;keyword=firefox-b-1-ab&amp;searchbar=firefox-b-1</string>
<string name="search_google_params" translatable="false">q=%1$s&amp;client=firefox-b-o</string>
<string name="search_google_us_params" translatable="false">q=%1$s&amp;client=firefox-b-1-o</string>
<string name="search_google" translatable="false">https://www.google.com/search</string>
<string name="search_google_us" translatable="false">https://www.google.com/search</string>
<!-- Baidu -->
Expand Down

0 comments on commit d7b89d7

Please sign in to comment.