mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Lint
Missed a space :/
This commit is contained in:
parent
d0c3e4e335
commit
95316700da
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ def post_search(_request, search):
|
|||
return True
|
||||
|
||||
query = search.search_query.query
|
||||
|
||||
|
||||
# in order to avoid DoS attacks with long expressions, ignore long expressions
|
||||
if len(query) > 100:
|
||||
return True
|
||||
|
|
Loading…
Add table
Reference in a new issue