A lexicon-driven AppView for ATProto. happyview.dev
backfill firehose jetstream atproto appview oauth lexicon
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: add atproto/lex headers to prevent CORS errors

Trezy 760e0aa1 e6a9e157

+2
+2
src/server.rs
··· 114 114 axum::http::HeaderName::from_static("x-client-key"), 115 115 axum::http::HeaderName::from_static("x-client-secret"), 116 116 axum::http::HeaderName::from_static("dpop"), 117 + axum::http::HeaderName::from_static("atproto-accept-labelers"), 118 + axum::http::HeaderName::from_static("atproto-proxy"), 117 119 ]) 118 120 .allow_credentials(true), 119 121 )