From fcd91b4321cd8d35798b67954d9b0a40bad3af39 Mon Sep 17 00:00:00 2001 From: retoor Date: Sun, 3 Aug 2025 03:31:08 +0200 Subject: [PATCH] Deleted security. --- src/snek/view/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snek/view/channel.py b/src/snek/view/channel.py index 82675f0..2fcdfc1 100644 --- a/src/snek/view/channel.py +++ b/src/snek/view/channel.py @@ -29,7 +29,7 @@ class ChannelDriveApiView(DriveApiView): class ChannelAttachmentView(BaseView): - login_required=True + login_required=False async def get(self): relative_path = self.request.match_info.get("relative_url")