mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 15:06:02 -03:30
Merge pull request #6735 from wenottingham/true-is-relative
Flip CSRF_COOKIE_SECURE docs. Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -14,7 +14,7 @@ hijack cookies will only get the `session_id` itself, which does not imply any c
|
|||||||
a limited time, and can be revoked at any time.
|
a limited time, and can be revoked at any time.
|
||||||
|
|
||||||
> Note: The CSRF token will by default allow HTTP. To increase security, the `CSRF_COOKIE_SECURE` setting should
|
> Note: The CSRF token will by default allow HTTP. To increase security, the `CSRF_COOKIE_SECURE` setting should
|
||||||
be set to False.
|
be set to True.
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
Reference in New Issue
Block a user