No more HTTP sig check on the actor profile

v2
Thomas Sileo 2022-11-27 11:36:15 +01:00
rodzic e672d9b9f0
commit e30e0de10e
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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):