Skip to content

Commit 8a9ccc5

Browse files
committed
Chore(deps) - Installed symfony/form flex recipe
1 parent da84f02 commit 8a9ccc5

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

config/packages/csrf.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
csrf_protection:
8+
stateless_token_ids:
9+
- submit
10+
- authenticate
11+
- logout

symfony.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,16 @@
307307
]
308308
},
309309
"symfony/form": {
310-
"version": "v4.4.3"
310+
"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+
]
311320
},
312321
"symfony/framework-bundle": {
313322
"version": "7.3",

0 commit comments

Comments
 (0)