mirror of https://gitlab.com/bashrc2/epicyon
Comment
parent
9d3bad77e1
commit
6c3cb56197
|
@ -335,6 +335,7 @@ def daemon_http_get(self) -> None:
|
||||||
self.path, self.server.block_military)
|
self.path, self.server.block_military)
|
||||||
if block:
|
if block:
|
||||||
if llm:
|
if llm:
|
||||||
|
# if this is an LLM crawler then feed it some trash
|
||||||
msg = html_poisoned(self.server.dictionary)
|
msg = html_poisoned(self.server.dictionary)
|
||||||
msg = msg.encode('utf-8')
|
msg = msg.encode('utf-8')
|
||||||
msglen = len(msg)
|
msglen = len(msg)
|
||||||
|
|
Loading…
Reference in New Issue