fix: remove phantom /sw.js from PUBLIC_PATHS whitelist (#1481)

This commit is contained in:
bergeouss
2026-05-03 18:18:14 +00:00
parent 84e74407c9
commit 237010f8bd
-1
View File
@@ -22,7 +22,6 @@ PUBLIC_PATHS = frozenset({
'/login', '/health', '/favicon.ico',
'/api/auth/login', '/api/auth/status',
'/manifest.json', '/manifest.webmanifest',
'/sw.js',
})
COOKIE_NAME = 'hermes_session'