diff --git a/config/environments/production.rb b/config/environments/production.rb index 16c7708..6785213 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -156,6 +156,6 @@ # ✅ YOUR APPLICATION'S CONFIGURATION # If you need to customize your application's configuration, this is the place to do it. This helps avoid merge # conflicts in the future when Rails or Bullet Train update their own default settings. - config.hosts << ".cloudfront.net" + config.hosts = [] config.host_authorization = { exclude: ->(request) { request.path == '/' } } end