Skip to content

Commit dd39eab

Browse files
committed
minor #21549 CLI Doc : Add missing config setting for CORS (kaipiyann)
This PR was submitted for the 7.3 branch but it was merged into the 6.4 branch instead. Discussion ---------- CLI Doc : Add missing config setting for CORS Document CORS setting for the Symfony CLI Local server. Commits ------- ef5142a CLI Doc : Add missing config setting for CORS
2 parents 6d277d5 + ef5142a commit dd39eab

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)