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