Skip to content

Commit 4045a40

Browse files
committed
Merge branch '4.2'
* 4.2: Indicate that cookie_secure is false by default
2 parents b72be48 + f6fcc14 commit 4045a40

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
@@ -1204,11 +1204,11 @@ The possible values for this option are:
12041204
cookie_secure
12051205
.............
12061206

1207-
**type**: ``boolean`` or ``string`` **default**: ``'auto'``
1207+
**type**: ``boolean`` or ``string`` **default**: ``false``
12081208

1209-
This determines whether cookies should only be sent over secure connections. The
1210-
default value is ``auto``, which means ``true`` for HTTPS requests and ``false``
1211-
for HTTP requests.
1209+
This determines whether cookies should only be sent over secure connections. In
1210+
addition to ``true`` and ``false``, there's a special ``'auto'`` value that
1211+
means ``true`` for HTTPS requests and ``false`` for HTTP requests.
12121212

12131213
cookie_httponly
12141214
...............

0 commit comments

Comments
 (0)