5211ba5fc8
This is used to tell Django to take into account the X-Forwarded-Proto header. It is disabled by default as it should only be enabled if one is running horizon behind a proxy. Change-Id: Ifed7d4c3409419c01c5b20c707221c1fc76ea09e
6 lines
235 B
YAML
6 lines
235 B
YAML
---
|
|
features:
|
|
- Support was added to enable/disable the SECURE_PROXY_SSL_HEADER which
|
|
enables horizon (via Django) to process the X-Forwarded-Proto header. This
|
|
done with the "enable_secure_proxy_ssl_header" in the manifest.
|