Revert "Try moving the redirect to the app layer."

This reverts commit 0cba17efe3.
This commit is contained in:
yackob03 2013-10-01 16:54:05 -04:00
parent 9c32770250
commit 540815b943
3 changed files with 4 additions and 24 deletions

View file

@ -60,7 +60,6 @@ class DebugConfig(FlaskConfig, MailConfig, LocalStorage, SQLiteDB):
'level': logging.DEBUG,
'format': LOG_FORMAT
}
SECURE_REDIRECT = False
class ProductionConfig(FlaskConfig, MailConfig, S3Storage, RDSMySQL):
@ -70,4 +69,3 @@ class ProductionConfig(FlaskConfig, MailConfig, S3Storage, RDSMySQL):
'level': logging.DEBUG,
'format': LOG_FORMAT,
}
SECURE_REDIRECT = True