From 27bf684352ea13caab624ffc8904605deb0aa40d Mon Sep 17 00:00:00 2001 From: Adam Mohammed Date: Sun, 24 Nov 2024 11:34:04 -0500 Subject: [PATCH] Also allow jilliandadam.love --- config/environments/production.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" } }