no habilitar protección contra dns rebinding en producción
This commit is contained in:
parent
5b20919fb3
commit
c2b695b017
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
Rails.application.configure do
|
Rails.application.configure do
|
||||||
next if ENV['RAILS_ENV'] == 'test'
|
next unless ENV['RAILS_ENV'] == 'development'
|
||||||
|
|
||||||
domain = ENV.fetch('SUTTY', 'sutty.nl')
|
domain = ENV.fetch('SUTTY', 'sutty.nl')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue