Skip to content

Commit 52f641a

Browse files
committed
minor #11524 Indicate that cookie_secure is false by default (cilefen)
This PR was merged into the 4.2 branch. Discussion ---------- Indicate that cookie_secure is false by default Closes symfony/symfony#31376 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- b859228 Indicate that cookie_secure is false by default
2 parents 737cc7f + b859228 commit 52f641a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/configuration/framework.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -875,11 +875,11 @@ The possible values for this option are:
875875
cookie_secure
876876
.............
877877

878-
**type**: ``boolean`` or ``string`` **default**: ``'auto'``
878+
**type**: ``boolean`` or ``string`` **default**: ``false``
879879

880-
This determines whether cookies should only be sent over secure connections. The
881-
default value is ``auto``, which means ``true`` for HTTPS requests and ``false``
882-
for HTTP requests.
880+
This determines whether cookies should only be sent over secure connections.
881+
Setting this value to ``auto`` means ``true`` for HTTPS requests and ``false`` for
882+
HTTP requests.
883883

884884
cookie_httponly
885885
...............

0 commit comments

Comments
 (0)