Merge "Change HorizonSecureCookies default to False"
This commit is contained in:
commit
2dcad460b3
@ -2,6 +2,7 @@
|
|||||||
# For these values to take effect, one of the tls-endpoints-*.yaml environments
|
# For these values to take effect, one of the tls-endpoints-*.yaml environments
|
||||||
# must also be used.
|
# must also be used.
|
||||||
parameter_defaults:
|
parameter_defaults:
|
||||||
|
HorizonSecureCookies: True
|
||||||
SSLCertificate: |
|
SSLCertificate: |
|
||||||
The contents of your certificate go here
|
The contents of your certificate go here
|
||||||
SSLIntermediateCertificate: ''
|
SSLIntermediateCertificate: ''
|
||||||
|
@ -55,7 +55,7 @@ parameters:
|
|||||||
HorizonSecureCookies:
|
HorizonSecureCookies:
|
||||||
description: Set CSRF_COOKIE_SECURE / SESSION_COOKIE_SECURE in Horizon
|
description: Set CSRF_COOKIE_SECURE / SESSION_COOKIE_SECURE in Horizon
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: false
|
||||||
MemcachedIPv6:
|
MemcachedIPv6:
|
||||||
default: false
|
default: false
|
||||||
description: Enable IPv6 features in Memcached.
|
description: Enable IPv6 features in Memcached.
|
||||||
|
Loading…
Reference in New Issue
Block a user