diff --git a/scipost_django/scipost/views.py b/scipost_django/scipost/views.py
index 8798ceb1551ec36f331dba5f70254647fca7ffaa..f7a05c4b172081de92da85f570b31e6c3ff1e8e3 100644
--- a/scipost_django/scipost/views.py
+++ b/scipost_django/scipost/views.py
@@ -377,8 +377,7 @@ def _hx_sponsors(request):
 
 def index_alt(request):
     """Homepage view of SciPost."""
-    if not request.user.is_authenticated or not request.user.is_superuser:
-        # Only superusers may get to see secure files without an explicit serve method!
+    if not request.user.is_authenticated:
         raise Http404
 
     context = {