Fix bug in fedoauth by disabling remote_addr checking
This commit is contained in:
parent
cebefb9ad1
commit
c3a5f73b6a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue