nextcloud/lib/private/AppFramework/Middleware
Joas Schilling 381c35080d
fix(middleware): Fix header injection for bruteforce middleware
Calling setHeaders(getHeaders()) breaks the CSP nonce for unknown reasons
So shifting back to old standard practise for now

Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-22 16:00:39 +02:00
..
PublicShare composer run cs:fix 2023-01-20 11:45:08 +01:00
Security fix(middleware): Fix header injection for bruteforce middleware 2023-08-22 16:00:39 +02:00
AdditionalScriptsMiddleware.php add separate event for rendering login page template 2023-08-17 10:57:56 +02:00
CompressionMiddleware.php Refactors "strpos" calls in lib/private to improve code readability. 2023-05-15 15:17:19 +03:30
MiddlewareDispatcher.php composer run cs:fix 2023-01-20 11:45:08 +01:00
NotModifiedMiddleware.php Move DateTime::RFC2822 to DateTimeInterface::2822 2021-06-23 15:30:43 +02:00
OCSMiddleware.php composer run cs:fix 2023-01-20 11:45:08 +01:00
SessionMiddleware.php feat(app-framework): Add UseSession attribute to replace annotation 2023-01-27 09:40:35 +01:00