diff --git a/main.py b/main.py index 9e1d930..a9ad254 100644 --- a/main.py +++ b/main.py @@ -64,6 +64,7 @@ app.add_middleware( allow_credentials=True, allow_methods=["*"], allow_headers=["*"], + expose_headers=["*"], ) PROXIES_URL = "https://raw.githubusercontent.com/TheSpeedX/SOCKS-List/master/http.txt"