Skip to content

Commit 7130f96

Browse files
author
Mathieu
committed
[FrameworkBundle] Fix cookie_secure default value
1 parent ab0b2da commit 7130f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1704,7 +1704,7 @@ The possible values for this option are:
17041704
cookie_secure
17051705
.............
17061706

1707-
**type**: ``boolean`` or ``'auto'`` **default**: ``'auto'``
1707+
**type**: ``boolean`` or ``'auto'`` **default**: ``false``
17081708

17091709
This determines whether cookies should only be sent over secure connections. In
17101710
addition to ``true`` and ``false``, there's a special ``'auto'`` value that

0 commit comments

Comments
 (0)