diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-06-21 14:56:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-21 14:56:50 +0200 |
| commit | f4da4bafa75842d3a8171343f10f244a42fbdd30 (patch) | |
| tree | 4878fe2ce8280de10193402904c7352631103071 /searx/settings.yml | |
| parent | bf5f505d74339c4a14a9334a69a7446984fa4b4a (diff) | |
| parent | 7a5c36408ae6278c3d56022cdc17132d0406da19 (diff) | |
Merge pull request #160 from searxng/google_mobile_ui
[experimental] google: use the mobile UI
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 1b19cc29e..0b5802cae 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -583,6 +583,7 @@ engines: - name: google engine: google shortcut: go + use_mobile_ui: true # additional_tests: # android: *test_android |