mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-03-09 11:52:27 +08:00

Previously we'd prevent caching of authed responses for security (prevent back cache or proxy caching) but caching could still be an issue in non-auth scenarios due to CSRF (eg. returning to login screen after session expiry). For #4600