expose_headers=["*"],
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-11 21:20:57 +10:00
parent 42157e67e1
commit 89da884e66

View File

@@ -64,6 +64,7 @@ app.add_middleware(
allow_credentials=True, allow_credentials=True,
allow_methods=["*"], allow_methods=["*"],
allow_headers=["*"], allow_headers=["*"],
expose_headers=["*"],
) )
PROXIES_URL = "https://raw.githubusercontent.com/TheSpeedX/SOCKS-List/master/http.txt" PROXIES_URL = "https://raw.githubusercontent.com/TheSpeedX/SOCKS-List/master/http.txt"