diff options
author | Émilien Devos <contact@emiliendevos.be> | 2022-05-10 20:44:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-10 20:44:35 +0000 |
commit | 06cb15cbf7c9b35ca4791a167ae1e223ba3e7858 (patch) | |
tree | 93ba86eedb4037aae12876826bb6a01af3c128b2 | |
parent | c90abf3592b9877f11dd2a32130e881afa304229 (diff) | |
download | searxng-06cb15cbf7c9b35ca4791a167ae1e223ba3e7858.tar.gz searxng-06cb15cbf7c9b35ca4791a167ae1e223ba3e7858.zip |
Reflect the real world parameter from settings.yml
-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 |