fix GHSA-m6hv-x64c-27mm: svg nohtml

This commit is contained in:
ed
2026-03-08 19:48:12 +00:00
parent 981a7cd9dd
commit 1c9f894e14
7 changed files with 73 additions and 33 deletions

View File

@@ -8,7 +8,7 @@ def say_no():
def main(cli, vn, rem):
cli.send_headers(None, 404, "text/plain")
cli.send_headers("oh_f", None, 404, "text/plain")
for chunk in say_no():
cli.s.sendall(chunk)