diff options
| -rw-r--r-- | requirements-dev.txt | 2 | ||||
| -rw-r--r-- | searx/engines/duckduckgo.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 07a0795be..acf9a61a1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ nose2[coverage_plugin]==0.12.0 cov-core==1.15.0 black==22.12.0 pylint==2.15.10 -splinter==0.18.1 +splinter==0.19.0 selenium==4.7.2 twine==4.0.2 Pallets-Sphinx-Themes==2.0.3 diff --git a/searx/engines/duckduckgo.py b/searx/engines/duckduckgo.py index 84198afc5..2a7956ca8 100644 --- a/searx/engines/duckduckgo.py +++ b/searx/engines/duckduckgo.py @@ -73,7 +73,7 @@ def request(query, params): # link again and again .. params['headers']['Content-Type'] = 'application/x-www-form-urlencoded' - params['headers']['Referer'] = 'https://lite.duckduckgo.com/' + params['headers']['Referer'] = 'https://google.com/' # initial page does not have an offset if params['pageno'] == 2: |