Skip to content

Commit df64f1d

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: CLI Doc : Add missing config setting for CORS
2 parents cada558 + 2f3144b commit df64f1d

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)