mirror of
https://github.com/apache/superset.git
synced 2026-04-13 21:24:28 +00:00
Add an ENABLE_PROXY_FIX config param. When set to True, insert the Werkzeug ProxyFix middleware. This middleware extracts and applies the X-Forwarded-* headers that are inserted by common proxies and load balancers. Fixes #1139.