diff options
| author | Paul Braeuning <paul@paulgo.io> | 2022-05-10 22:50:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-10 22:50:39 +0200 |
| commit | 83e2a0ec48266753e9432cfbfb65ba6aee83ec63 (patch) | |
| tree | 93ba86eedb4037aae12876826bb6a01af3c128b2 /searx | |
| parent | c90abf3592b9877f11dd2a32130e881afa304229 (diff) | |
| parent | 06cb15cbf7c9b35ca4791a167ae1e223ba3e7858 (diff) | |
Merge pull request #1195 from unixfox/patch-1
Reflect the real world parameter from settings.yml
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/engines/google.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/engines/google.py b/searx/engines/google.py index e5f24b166..acc87307b 100644 --- a/searx/engines/google.py +++ b/searx/engines/google.py @@ -13,9 +13,9 @@ The google WEB engine itself has a special setup option: - name: google ... - use_mobile_ui: true + use_mobile_ui: false -``use_mobile_ui``: (default: ``true``) +``use_mobile_ui``: (default: ``false``) Enables to use *mobile endpoint* to bypass the google blocking (see :issue:`159`). On the mobile UI of Google Search, the button :guilabel:`More results` is not affected by Google rate limiting and we can still do requests |