Skip to content

Commit

Permalink
enable more secure cookie stuff
Browse files Browse the repository at this point in the history
--HG--
branch : 3.2.0-release
  • Loading branch information
dobacco committed Oct 23, 2012
1 parent 0dbe7fa commit 48fe9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Expand Up @@ -28,7 +28,7 @@
# config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx

# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
# config.force_ssl = true
config.force_ssl = CONFIG['secure']

# See everything in the log (default is :info)
config.log_level = :warn
Expand Down

0 comments on commit 48fe9b1

Please sign in to comment.