diff --git a/src/server.rs b/src/server.rs index 8e96995..1e1512a 100644 --- a/src/server.rs +++ b/src/server.rs @@ -114,6 +114,8 @@ pub fn router(state: AppState) -> Router { axum::http::HeaderName::from_static("x-client-key"), axum::http::HeaderName::from_static("x-client-secret"), axum::http::HeaderName::from_static("dpop"), + axum::http::HeaderName::from_static("atproto-accept-labelers"), + axum::http::HeaderName::from_static("atproto-proxy"), ]) .allow_credentials(true), )