File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ See :setting:`SESSION_COOKIE_SAMESITE` for details about ``SameSite``.
386386Default: ``False``
387387
388388Whether to use a secure cookie for the CSRF cookie. If this is set to ``True``,
389- the cookie will be marked as "secure," which means browsers may ensure that the
389+ the cookie will be marked as "secure", which means browsers may ensure that the
390390cookie is only sent with an HTTPS connection.
391391
392392.. setting:: CSRF_USE_SESSIONS
@@ -3076,7 +3076,7 @@ Possible values for the setting are:
30763076Default: ``False``
30773077
30783078Whether to use a secure cookie for the session cookie. If this is set to
3079- ``True``, the cookie will be marked as "secure," which means browsers may
3079+ ``True``, the cookie will be marked as "secure", which means browsers may
30803080ensure that the cookie is only sent under an HTTPS connection.
30813081
30823082Leaving this setting off isn't a good idea because an attacker could capture an
You can’t perform that action at this time.
0 commit comments