BookStack/app/Http/Middleware
Dan Brown 7c4dc981cd
Middlware: Prevented caching of all app requests
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
2023-10-23 13:32:15 +01:00
..
ApiAuthenticate.php Guest control: Cleaned methods involved in fetching/handling 2023-09-16 13:18:35 +01:00
ApplyCspRules.php
Authenticate.php Guest control: Cleaned methods involved in fetching/handling 2023-09-16 13:18:35 +01:00
AuthenticatedOrPendingMfa.php
CheckEmailConfirmed.php
CheckGuard.php
CheckUserHasPermission.php
EncryptCookies.php
Localization.php Locales: Removed a lot of existing locale handling 2023-09-17 22:02:12 +01:00
PreventRequestsDuringMaintenance.php
PreventResponseCaching.php Middlware: Prevented caching of all app requests 2023-10-23 13:32:15 +01:00
RedirectIfAuthenticated.php
RunThemeActions.php
StartSessionIfCookieExists.php
ThrottleApiRequests.php
TrimStrings.php
TrustHosts.php
TrustProxies.php
VerifyCsrfToken.php