Skip to content

Commit

Permalink
Merge pull request #2509 from alphagov/ChrisBAshton-patch-1
Browse files Browse the repository at this point in the history
Fix hosts regex
  • Loading branch information
ChrisBAshton authored Oct 18, 2024
2 parents 37347e2 + d9d5c26 commit e6e15d2
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 @@ -78,7 +78,7 @@

# Enable DNS rebinding protection and other `Host` header attacks.
config.hosts = [
/manuals-publisher\..*gov.uk?/,
/manuals-publisher\..*\.gov.uk$/,
]

# Skip DNS rebinding protection for the default health check endpoint.
Expand Down

0 comments on commit e6e15d2

Please sign in to comment.