From e30e0de10e2737b40e552abc53bd0091b0fc7cc3 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Sun, 27 Nov 2022 11:36:15 +0100 Subject: [PATCH] No more HTTP sig check on the actor profile --- app/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/main.py b/app/main.py index d0063dc..271e034 100644 --- a/app/main.py +++ b/app/main.py @@ -285,7 +285,6 @@ async def redirect_to_remote_instance( async def index( request: Request, db_session: AsyncSession = Depends(get_db_session), - _: httpsig.HTTPSigInfo = Depends(httpsig.httpsig_checker), page: int | None = None, ) -> templates.TemplateResponse | ActivityPubResponse: if is_activitypub_requested(request):