BookStack/app/Http/Middleware
Dan Brown 41ac69adb1
Forced response cache revalidation on logged-in responses
- Prevents authenticated responses being visible when back button
  pressed in browser.
- Previously, 'no-cache, private' was added by default by Symfony which
  would have prevents proxy cache issues but this adds no-store and a
  max-age option to also invalidate all caching.

Thanks to @haxatron via huntr.dev
Ref: https://huntr.dev/bounties/6cda9df9-4987-4e1c-b48f-855b6901ef53/
2021-10-08 15:22:09 +01:00
..
ApiAuthenticate.php Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
ApplyCspRules.php Applied latest styleci changes 2021-09-06 22:19:06 +01:00
Authenticate.php Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
AuthenticatedOrPendingMfa.php Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
CheckEmailConfirmed.php Applied styleci changes 2021-08-30 21:32:07 +01:00
CheckForMaintenanceMode.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00
CheckGuard.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
CheckUserHasPermission.php Applied styleci patches 2021-08-28 21:51:15 +01:00
EncryptCookies.php Updated to laravel 5.5 2017-11-19 15:56:19 +00:00
Localization.php Added lithuanian option to locale system 2021-08-21 20:24:58 +01:00
PreventAuthenticatedResponseCaching.php Forced response cache revalidation on logged-in responses 2021-10-08 15:22:09 +01:00
RedirectIfAuthenticated.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
RunThemeActions.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
StartSessionIfCookieExists.php Change email confirmation from own middle to trait 2019-12-30 15:49:20 +00:00
ThrottleApiRequests.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
TrimStrings.php Updated to laravel 5.5 2017-11-19 15:56:19 +00:00
TrustProxies.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
VerifyCsrfToken.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00