From cc89a32eaee581aa39312170a4943fb444e62a8c Mon Sep 17 00:00:00 2001 From: 0880 <98263509+0880880@users.noreply.github.com> Date: Sat, 17 Jan 2026 18:13:57 +0330 Subject: [PATCH] Remove old CORS handling --- slow/slow.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/slow/slow.py b/slow/slow.py index 2b670a4..b164302 100644 --- a/slow/slow.py +++ b/slow/slow.py @@ -258,9 +258,6 @@ class App: await server.serve_forever() -AccessControlAllowOrigin = "*" - - def HTTPResponse( content: str, status=200, content_type="text/plain; charset=utf-8", headers=[] ) -> bytes: