We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebcc360 + 6313d62 commit df823afCopy full SHA for df823af
1 file changed
src/Application.php
@@ -98,7 +98,7 @@ public function middleware(MiddlewareQueue $middlewareQueue): MiddlewareQueue
98
->add(new BodyParserMiddleware())
99
100
// Cross Site Request Forgery (CSRF) Protection Middleware
101
- // https://book.cakephp.org/4/en/controllers/middleware.html#cross-site-request-forgery-csrf-middleware
+ // https://book.cakephp.org/4/en/security/csrf.html#cross-site-request-forgery-csrf-middleware
102
->add(new CsrfProtectionMiddleware([
103
'httponly' => true,
104
]));
0 commit comments