Skip to content

Commit

Permalink
Enable CSRF token in login form by default (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
glye authored Aug 9, 2019
1 parent 7c4e912 commit 97fbabc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/config/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ security:
ezpublish_rest_session: ~
form_login:
require_previous_session: false
csrf_token_generator: security.csrf.token_manager
logout: ~

main:
Expand Down

0 comments on commit 97fbabc

Please sign in to comment.