mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Since Django factors request.is_secure() into its CSRF check, we need this to tell it to consider requests forwarded from nginx to Tornado as secure. Signed-off-by: Anders Kaseorg <anders@zulip.com>