diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-02-15 11:37:00 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2013-02-15 11:37:00 +1100 |
commit | 759ce4d275f4c08a913f77822a88a096c54df94d (patch) | |
tree | 6cd96e35b3f8660378c79e804ac0573f22f24d0f /lib/configuration.rb | |
parent | 6d7a5581b5cae48f77062636f88bd2fa24553859 (diff) |
Add configuration to force ssl for the whole site
Diffstat (limited to 'lib/configuration.rb')
-rw-r--r-- | lib/configuration.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/configuration.rb b/lib/configuration.rb index 11fe1c56e..28a4023a8 100644 --- a/lib/configuration.rb +++ b/lib/configuration.rb @@ -20,6 +20,7 @@ module Configuration :EXCEPTION_NOTIFICATIONS_FROM => '', :EXCEPTION_NOTIFICATIONS_TO => '', :FORCE_REGISTRATION_ON_NEW_REQUEST => false, + :FORCE_SSL => true, :FORWARD_NONBOUNCE_RESPONSES_TO => 'user-support@localhost', :FRONTPAGE_PUBLICBODY_EXAMPLES => '', :GA_CODE => '', |