Skip to content

Commit

Permalink
Always separate config blocks with a CR
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Sep 11, 2024
1 parent 1977c34 commit 281a00a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ Rails.application.configure do
# "example.com", # Allow requests from example.com
# /.*\.example\.com/ # Allow requests from subdomains like `www.example.com`
# ]
#
# Skip DNS rebinding protection for the default health check endpoint.
# config.host_authorization = { exclude: ->(request) { request.path == "/up" } }
end

0 comments on commit 281a00a

Please sign in to comment.