diff --git a/app/routers/statuses.py b/app/routers/statuses.py index 0429c00..02d4ff9 100644 --- a/app/routers/statuses.py +++ b/app/routers/statuses.py @@ -33,7 +33,8 @@ async def get_statuses(account_id: str, request:Request, settings: Annotated[Set forwarded_headers = { 'Content-type': 'application/json', - 'User-Agent': 'Serverless Feed' + 'User-Agent': 'Serverless Feed', + 'Access-Control-Allow-Origin': 'https://john.ahlroos.me' } if 'link' in response.headers: