Fix bug in fedoauth by disabling remote_addr checking

This commit is contained in:
Patrick Uiterwijk 2014-03-01 14:03:17 +00:00
parent cebefb9ad1
commit c3a5f73b6a

View file

@ -24,6 +24,8 @@ PERSONA_DOMAIN = 'fedoraproject.org'
PERSONA_ISSUER = 'id.fedoraproject.org'
PERSONA_PRIVATE_KEY_PATH = '/etc/fedoauth/persona.key'
{% endif %}
# This needs to be disabled because we use reverse proxies
COOKIE_CHECK_REMOTE_ADDR = False
COOKIE_SECURE = True
# Modules to use