main
Bob Mottram 2024-08-17 21:23:42 +01:00
parent 9d3bad77e1
commit 6c3cb56197
1 changed files with 1 additions and 0 deletions

View File

@ -335,6 +335,7 @@ def daemon_http_get(self) -> None:
self.path, self.server.block_military)
if block:
if llm:
# if this is an LLM crawler then feed it some trash
msg = html_poisoned(self.server.dictionary)
msg = msg.encode('utf-8')
msglen = len(msg)