diff --git a/config/environments/development.rb b/config/environments/development.rb index e54e3bf06..14bf9b54d 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -62,4 +62,7 @@ Rails.application.configure do # Use an evented file watcher to asynchronously detect changes in source code, # routes, locales, etc. This feature depends on the listen gem. config.file_watcher = ActiveSupport::EventedFileUpdateChecker + + # Disable host validation. + config.hosts = [] end