Merge "Change HorizonSecureCookies default to False"

This commit is contained in:
Jenkins 2017-06-13 21:32:04 +00:00 committed by Gerrit Code Review
commit 2dcad460b3
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
# For these values to take effect, one of the tls-endpoints-*.yaml environments
# must also be used.
parameter_defaults:
HorizonSecureCookies: True
SSLCertificate: |
The contents of your certificate go here
SSLIntermediateCertificate: ''

View File

@ -55,7 +55,7 @@ parameters:
HorizonSecureCookies:
description: Set CSRF_COOKIE_SECURE / SESSION_COOKIE_SECURE in Horizon
type: boolean
default: true
default: false
MemcachedIPv6:
default: false
description: Enable IPv6 features in Memcached.