Skip to content

Commit 2f3144b

Browse files
committed
Merge branch '6.4' into 7.3
* 6.4: CLI Doc : Add missing config setting for CORS
2 parents ab46ca9 + dd39eab commit 2f3144b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup/symfony_cli.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,8 @@ The ``.symfony.local.yaml`` file provides advanced configuration options:
580580
p12: path/to/custom-cert.p12
581581
# toggle GZIP compression
582582
use_gzip: true
583+
# enable Cross-origin resource sharing (CORS) for all request
584+
allow_cors: true
583585
584586
# run the server in the background
585587
daemon: true

0 commit comments

Comments
 (0)