Skip to content

Commit a4a8190

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Update the default `cookie_secure` value
2 parents 7d390d1 + dcd9174 commit a4a8190

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/framework.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1596,10 +1596,10 @@ The possible values for this option are:
15961596
cookie_secure
15971597
.............
15981598

1599-
**type**: ``boolean`` or ``null`` **default**: ``null``
1599+
**type**: ``boolean`` or ``'auto'`` **default**: ``'auto'``
16001600

16011601
This determines whether cookies should only be sent over secure connections. In
1602-
addition to ``true`` and ``false``, there's a special ``null`` value that
1602+
addition to ``true`` and ``false``, there's a special ``'auto'`` value that
16031603
means ``true`` for HTTPS requests and ``false`` for HTTP requests.
16041604

16051605
cookie_httponly

0 commit comments

Comments
 (0)