Note reported bug in workaround
So that the workaround can eventually be removed, note the URL for the relevant bug in a comment.
This commit is contained in:
parent
871fc591dd
commit
d23d4b23da
@ -123,6 +123,7 @@ class MediaGoblinApp(object):
|
||||
# request.full_path = environ["SCRIPT_URL"]
|
||||
|
||||
# Fix up environ for urlgen
|
||||
# See bug: https://bitbucket.org/bbangert/routes/issue/55/cache_hostinfo-breaks-on-https-off
|
||||
if environ.get('HTTPS', '').lower() == 'off':
|
||||
environ.pop('HTTPS')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user