BookStack/app/Http
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
..
Middleware Middlware: Prevented caching of all app requests 2023-10-23 13:32:15 +01:00
ApiController.php Cleaned up namespacing in routes 2023-05-18 20:57:05 +01:00
Controller.php Guest control: Cleaned methods involved in fetching/handling 2023-09-16 13:18:35 +01:00
DownloadResponseFactory.php Cleaned up namespacing in routes 2023-05-18 20:57:05 +01:00
HttpClientHistory.php Removed use of HttpFetcher 2023-09-08 17:16:57 +01:00
HttpRequestService.php Removed use of HttpFetcher 2023-09-08 17:16:57 +01:00
Kernel.php Middlware: Prevented caching of all app requests 2023-10-23 13:32:15 +01:00
Request.php Fixed static analysis issues 2023-02-06 20:00:44 +00:00