Skip to content

Commit 7c63cce

Browse files
Force SSL
1 parent e1aca7b commit 7c63cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/environments/production.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
# config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ]
4747

4848
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
49-
# config.force_ssl = true
49+
config.force_ssl = true
5050

5151
# Include generic and useful information about system operation, but avoid logging too much
5252
# information to avoid inadvertent exposure of personally identifiable information (PII).

0 commit comments

Comments
 (0)