Update server.py

This commit is contained in:
Namhyeon Go 2024-02-22 14:28:17 +09:00 committed by GitHub
parent 07dabf64e6
commit 28a0835827
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -213,7 +213,7 @@ def proxy_check_filtered(data, webserver, port, scheme, method, url):
# check ID with EnglishWords5 strategy
if all(map(has_known_word, matches)):
score += 1
score += 2
# make decision
if score > 1: