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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prevent caching of auth redirect, admin dashboard pages, and login page
Set Cache-Control/Pragma and Vary: Cookie on unauthenticated redirect responses
Mark admin dashboard index and action result pages as uncacheable
Mark GET/POST login responses as uncacheable so dynamic messages and redirects are fresh
Fixes cached redirect to /auth/login being reused after login by some browsers/proxies.