fix subdomain access
This commit is contained in:
parent
e7c3086131
commit
a1b01b5cbd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue