Merge pull request #1914 from betagouv/fix_1913_force_ssl
[fix #1913] force ssl and secure cookies
This commit is contained in:
commit
949f3f30b9
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ Rails.application.configure do
|
|||
# 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 = true
|
||||
|
||||
# Use the lowest log level to ensure availability of diagnostic information
|
||||
# when problems arise.
|
||||
|
|
Loading…
Reference in a new issue