Also allow jilliandadam.love

This commit is contained in:
2024-11-24 11:34:04 -05:00
parent 7ecf1fd73f
commit 27bf684352

View File

@@ -97,7 +97,8 @@ Rails.application.configure do
# Enable DNS rebinding protection and other `Host` header attacks. # Enable DNS rebinding protection and other `Host` header attacks.
config.hosts = [ config.hosts = [
"wedding.fixergrid.net" "wedding.fixergrid.net",
"jillianandadam.love"
] ]
# Skip DNS rebinding protection for the default health check endpoint. # Skip DNS rebinding protection for the default health check endpoint.
# config.host_authorization = { exclude: ->(request) { request.path == "/up" } } # config.host_authorization = { exclude: ->(request) { request.path == "/up" } }