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
|
return True
|
||||||
|
|
||||||
query = search.search_query.query
|
query = search.search_query.query
|
||||||
|
|
||||||
# in order to avoid DoS attacks with long expressions, ignore long expressions
|
# in order to avoid DoS attacks with long expressions, ignore long expressions
|
||||||
if len(query) > 100:
|
if len(query) > 100:
|
||||||
return True
|
return True
|
||||||
|
|
Loading…
Add table
Reference in a new issue