fix subdomain access

This commit is contained in:
Holly 2022-01-31 18:40:20 +00:00
parent e7c3086131
commit a1b01b5cbd
1 changed files with 3 additions and 0 deletions

View File

@ -125,4 +125,7 @@ Rails.application.configure do
}
config.x.otp_secret = ENV.fetch('OTP_SECRET')
# Allow access from any subdomain
config.hosts << /\S+\.glaceon\.social/
end