From 89da884e661572b9514484c5a588179cbdc36a00 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 11 Apr 2026 21:20:57 +1000 Subject: [PATCH] expose_headers=["*"], --- main.py | 1 + 1 file changed, 1 insertion(+) 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"