File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1240,7 +1240,7 @@ to the cookie specification.
1240
1240
cookie_samesite
1241
1241
...............
1242
1242
1243
- **type **: ``string `` or ``null `` **default **: ``null ``
1243
+ **type **: ``string `` or ``null `` **default **: ``'lax' ``
1244
1244
1245
1245
It controls the way cookies are sent when the HTTP request was not originated
1246
1246
from the same domain the cookies are associated to. Setting this option is
@@ -1271,10 +1271,10 @@ The possible values for this option are:
1271
1271
cookie_secure
1272
1272
.............
1273
1273
1274
- **type **: ``boolean `` or ``string `` **default **: ``false ``
1274
+ **type **: ``boolean `` or ``null `` **default **: ``null ``
1275
1275
1276
1276
This determines whether cookies should only be sent over secure connections. In
1277
- addition to ``true `` and ``false ``, there's a special ``'auto' `` value that
1277
+ addition to ``true `` and ``false ``, there's a special ``null `` value that
1278
1278
means ``true `` for HTTPS requests and ``false `` for HTTP requests.
1279
1279
1280
1280
cookie_httponly
You can’t perform that action at this time.
0 commit comments