mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-05-24 10:40:16 +00:00
fix: remove phantom /sw.js from PUBLIC_PATHS whitelist (#1481)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user