File tree Expand file tree Collapse file tree 3 files changed +55
-0
lines changed Expand file tree Collapse file tree 3 files changed +55
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 125125 ".env"
126126 ]
127127 },
128+ "symfony/form": {
129+ "version": "7.2",
130+ "recipe": {
131+ "repo": "github.com/symfony/recipes",
132+ "branch": "main",
133+ "version": "7.2",
134+ "ref": "7d86a6723f4a623f59e2bf966b6aad2fc461d36b"
135+ },
136+ "files": [
137+ "config/packages/csrf.yaml"
138+ ]
139+ },
140+ "symfony/framework-bundle": {
141+ "version": "7.2",
142+ "recipe": {
143+ "repo": "github.com/symfony/recipes",
144+ "branch": "main",
145+ "version": "7.2",
146+ "ref": "87bcf6f7c55201f345d8895deda46d2adbdbaa89"
147+ },
148+ "files": [
149+ "config/packages/cache.yaml",
150+ "config/packages/framework.yaml",
151+ "config/preload.php",
152+ "config/routes/framework.yaml",
153+ "config/services.yaml",
154+ "public/index.php",
155+ "src/Controller/.gitignore",
156+ "src/Kernel.php"
157+ ]
158+ },
128159 "symfony/mailer": {
129160 "version": "7.2",
130161 "recipe": {
239270 "templates/base.html.twig"
240271 ]
241272 },
273+ "symfony/ux-icons": {
274+ "version": "2.22",
275+ "recipe": {
276+ "repo": "github.com/symfony/recipes",
277+ "branch": "main",
278+ "version": "2.17",
279+ "ref": "803a3bbd5893f9584969ab8670290cdfb6a0a5b5"
280+ },
281+ "files": [
282+ "assets/icons/symfony.svg"
283+ ]
284+ },
242285 "symfony/ux-live-component": {
243286 "version": "2.20",
244287 "recipe": {
You can’t perform that action at this time.
0 commit comments