Also allow jilliandadam.love
This commit is contained in:
@@ -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" } }
|
||||||
|
|||||||
Reference in New Issue
Block a user