nextcloud/lib/private/AppFramework/Middleware/Security
Roeland Jago Douma 8c1e75e052
Do not use file as template parameter
Using file will overwrite the $file parameter in the template base.
Leading to trying to include a file that is the exception message. Which
will of course fail.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-08-09 16:45:25 +02:00
..
Exceptions Provide translated error message for permission error 2018-02-26 17:00:29 +01:00
BruteForceMiddleware.php Remove unused import statements 2018-02-14 16:55:43 +01:00
CORSMiddleware.php Remove explicit type hints for Controller 2017-08-01 17:32:03 +02:00
PasswordConfirmationMiddleware.php Move passwordconfirmation to its own midleware 2018-01-02 21:58:14 +01:00
RateLimitingMiddleware.php Remove unused import statements 2018-02-14 16:55:43 +01:00
SameSiteCookieMiddleware.php Handle SameSiteCookie check for index.php in AppFramework Middleware 2017-09-24 21:07:16 +02:00
SecurityMiddleware.php Do not use file as template parameter 2018-08-09 16:45:25 +02:00