You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(security): add CSP headers and patch cookie expiry and cache key bugs
- Add Content-Security-Policy, X-Frame-Options, X-Content-Type-Options,
and Referrer-Policy headers via new securityHeaders middleware
- Fix setCookie to check exminutes instead of expired (which was never null),
so omitting exminutes correctly creates a session cookie
- Fix Cache.getAllKeys() to filter out .expires sidecar files before mapping
0 commit comments