mirror of
https://github.com/9001/copyparty.git
synced 2026-03-24 09:02:55 +10:00
fix GHSA-m6hv-x64c-27mm: svg nohtml
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user