Blockerbugs: Tell flask that we're behind proxy

This commit is contained in:
František Zatloukal 2020-08-19 09:56:34 +02:00
parent 442fd1b92d
commit ba43f7c3b3

View file

@ -23,6 +23,9 @@ PREFERRED_URL_SCHEME='https'
# Make browsers send session cookie only via HTTPS
SESSION_COOKIE_SECURE = True
# Tell flask that we're behind proxy
BEHIND_PROXY = True
# enable fedmenu
FEDMENU_URL = 'https://apps.fedoraproject.org/fedmenu/'
FEDMENU_DATA_URL = 'https://apps.fedoraproject.org/js/data.js'