-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Skeleton to Symfony 7.2 #266
base: 2.6
Are you sure you want to change the base?
Update Skeleton to Symfony 7.2 #266
Conversation
2b37f86
to
f6f4435
Compare
# csrf_protection: | ||
# token_id: submit | ||
# | ||
# csrf_protection: | ||
# stateless_token_ids: | ||
# - submit | ||
# - authenticate | ||
# - logout |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is enabled by default in Symfony Skeleton. Not sure if we should enable it or not.
We need to test sulu/form-bundle before merging it / enabled it. Also updates its csrf protection documentation.
@@ -1,8 +1,7 @@ | |||
# see https://symfony.com/doc/current/reference/configuration/framework.html | |||
framework: | |||
secret: '%env(APP_SECRET)%' | |||
#csrf_protection: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was moved to own csrf.yaml file
What's in this PR?
Update to Symfony 7.2.
Why?
Try reproduce sulu/sulu#7696. But looks like if all is correctly done and recipes update conflicts correctly resolve Sulu works like expected.