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.
symfony/form
1 parent da84f02 commit 8a9ccc5Copy full SHA for 8a9ccc5
config/packages/csrf.yaml
@@ -0,0 +1,11 @@
1
+# Enable stateless CSRF protection for forms and logins/logouts
2
+framework:
3
+ form:
4
+ csrf_protection:
5
+ token_id: submit
6
+
7
8
+ stateless_token_ids:
9
+ - submit
10
+ - authenticate
11
+ - logout
symfony.lock
@@ -307,7 +307,16 @@
307
]
308
},
309
"symfony/form": {
310
- "version": "v4.4.3"
+ "version": "7.3",
311
+ "recipe": {
312
+ "repo": "github.com/symfony/recipes",
313
+ "branch": "main",
314
+ "version": "7.2",
315
+ "ref": "7d86a6723f4a623f59e2bf966b6aad2fc461d36b"
316
+ },
317
+ "files": [
318
+ "config/packages/csrf.yaml"
319
+ ]
320
321
"symfony/framework-bundle": {
322
"version": "7.3",
0 commit comments