mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-08 16:36:14 -05:00
Fix host check on healthcheck path not being disabled (#16270)
Fixes #16251 There was a typo in #16243
This commit is contained in:
@@ -31,6 +31,6 @@ Rails.application.configure do
|
||||
config.hosts << host if host.present?
|
||||
config.hosts << web_host if web_host.present?
|
||||
config.hosts.concat(alternate_domains) if alternate_domains.present?
|
||||
config.hosts_authorization = { exclude: ->(request) { request.path == '/health' } }
|
||||
config.host_authorization = { exclude: ->(request) { request.path == '/health' } }
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user