merge-requests/30/head
Bob Mottram 2024-12-14 18:14:27 +00:00
parent a355d2c5b7
commit 45195cfe2b
2 changed files with 2 additions and 2 deletions

View File

@ -299,7 +299,7 @@ def daemon_http_get(self) -> None:
# suspicious headers
if contains_suspicious_headers(self.headers):
print('GET HTTP suspicious headers ' + str(self.headers))
print('GET HTTP suspicious headers 1 ' + str(self.headers))
http_403(self)
return

View File

@ -105,7 +105,7 @@ def daemon_http_post(self) -> None:
# suspicious headers
if contains_suspicious_headers(self.headers):
print('POST HTTP suspicious headers ' + str(self.headers))
print('POST HTTP suspicious headers 2 ' + str(self.headers))
http_403(self)
return