Skip to content

Commit

Permalink
Merge pull request #1190 from alphagov/unforce-ssl
Browse files Browse the repository at this point in the history
Don't force incoming HTTP requests to be over SSL
  • Loading branch information
mike29736 authored Dec 5, 2023
2 parents 3edbc4b + cfb8380 commit d5b105a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# config.assume_ssl = true

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

# Info include generic and useful information about system operation, but avoids logging too much
# information to avoid inadvertent exposure of personally identifiable information (PII). If you
Expand Down

0 comments on commit d5b105a

Please sign in to comment.