fix(cors): Allow User-Agent header in CORS

This commit is contained in:
ave
2026-06-15 13:27:31 +03:00
committed by Tangled
parent 3045ee25c0
commit 6838976969
+1
View File
@@ -111,6 +111,7 @@ pub fn app_with_routes(state: AppState, external: ExternalRoutes) -> Router {
http::header::CONTENT_TYPE,
http::header::CONTENT_ENCODING,
http::header::ACCEPT_ENCODING,
http::header::USER_AGENT,
util::HEADER_DPOP,
util::HEADER_ATPROTO_PROXY,
util::HEADER_ATPROTO_ACCEPT_LABELERS,