Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Refactored the CSRF docs#8873
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ghost left a comment
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.
The build is failing because</form/csrf_protection> inhttp_cache/form_csrf_caching.rst is not yet up to date with the new reference.
ghost left a comment
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 PR was merged into the 3.4 branch.Discussion----------Fixing wrong class_exists on interface| Q | A| ------------- | ---| Branch? | 3.4| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | none| License | MIT| Doc PR |symfony/symfony-docs#8873 already does not mention changing anything in the configThis was a bug introduced in#25151 on the 3.4 branch. It's... pretty self-explanatory I hope :).Cheers!Commits-------be75bd9 Fixing wrong class_exists on interface
This PR was merged into the 3.4 branch.Discussion----------Fixing wrong class_exists on interface| Q | A| ------------- | ---| Branch? | 3.4| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | none| License | MIT| Doc PR |symfony/symfony-docs#8873 already does not mention changing anything in the configThis was a bug introduced in #25151 on the 3.4 branch. It's... pretty self-explanatory I hope :).Cheers!Commits-------be75bd994b Fixing wrong class_exists on interface
security/csrf.rst Outdated
| ..note:: | ||
| CSRF protection works by adding a hidden field to your form that contains a | ||
| value that only you and your user knows. This ensures that the user - not some |
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.
know
Thisfixes#8868.