mirror of
https://github.com/searxng/searxng
synced 2024-01-01 18:24:07 +00:00
Merge pull request #1458 from mrpaulblack/fix-return-body-on-limiter-block
fix: return body on limiter block so there is not just a blank page
This commit is contained in:
commit
ef5d4a7094
@ -85,7 +85,7 @@ def is_accepted_request() -> bool:
|
||||
|
||||
def pre_request():
|
||||
if not is_accepted_request():
|
||||
return '', 429
|
||||
return 'Too Many Requests', 429
|
||||
return None
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user