mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 06:51:10 +03:00
Merge pull request #1380 from rooftopcellist/csrf_flag
adds csrf flag to support http
This commit is contained in:
commit
6e39388090
@ -30,6 +30,8 @@ AWX_PROOT_ENABLED = False
|
|||||||
CLUSTER_HOST_ID = "awx"
|
CLUSTER_HOST_ID = "awx"
|
||||||
SYSTEM_UUID = '00000000-0000-0000-0000-000000000000'
|
SYSTEM_UUID = '00000000-0000-0000-0000-000000000000'
|
||||||
|
|
||||||
|
CSRF_COOKIE_SECURE = False
|
||||||
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# EMAIL SETTINGS
|
# EMAIL SETTINGS
|
||||||
|
Loading…
Reference in New Issue
Block a user