We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6511204 commit a9ed1f8Copy full SHA for a9ed1f8
config/packages/security.yaml
@@ -53,10 +53,8 @@ security:
53
path: security_logout
54
# The name of the route to redirect to after logging out
55
target: homepage
56
-
57
# Secure the logout against CSRF
58
- csrf_parameter: logout
59
- csrf_token_generator: security.csrf.token_manager
+ enable_csrf: true
60
61
# needed because in tests we redefine the 'main' firewall to use
62
# HTTP Basic instead of the login form, so this firewall has
0 commit comments