aboutsummaryrefslogtreecommitdiffstats
path: root/lib/configuration.rb
diff options
context:
space:
mode:
authorMatthew Landauer <matthew@openaustralia.org>2013-02-15 11:37:00 +1100
committerMatthew Landauer <matthew@openaustralia.org>2013-02-15 11:37:00 +1100
commit759ce4d275f4c08a913f77822a88a096c54df94d (patch)
tree6cd96e35b3f8660378c79e804ac0573f22f24d0f /lib/configuration.rb
parent6d7a5581b5cae48f77062636f88bd2fa24553859 (diff)
Add configuration to force ssl for the whole site
Diffstat (limited to 'lib/configuration.rb')
-rw-r--r--lib/configuration.rb1
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 => '',