feat: add browser offline recovery and PWA cache hardening
This commit is contained in:
committed by
nesquena-hermes
parent
596c6b314d
commit
8f58a8c94e
@@ -19,7 +19,7 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
# ── Public paths (no auth required) ─────────────────────────────────────────
|
||||
PUBLIC_PATHS = frozenset({
|
||||
'/login', '/health', '/favicon.ico',
|
||||
'/login', '/health', '/favicon.ico', '/sw.js',
|
||||
'/api/auth/login', '/api/auth/status',
|
||||
'/manifest.json', '/manifest.webmanifest',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user