DEV: Allow all subdomains of localhost in development (#17018)
By default in rails, it looks like only one level deep is allowed.
This commit is contained in:
parent
49415de3fa
commit
00e756e358
|
@ -110,4 +110,6 @@ Discourse::Application.configure do
|
|||
Bullet.rails_logger = true
|
||||
end
|
||||
end
|
||||
|
||||
config.hosts << /\A(([a-z-]+)\.)*localhost(\:\d+)?\Z/
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue