mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 17:21:43 +00:00
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
|
||||
|
||||
Rails.application.configure do
|
||||
next if ENV['RAILS_ENV'] == 'test'
|
||||
next unless ENV['RAILS_ENV'] == 'development'
|
||||
|
||||
domain = ENV.fetch('SUTTY', 'sutty.nl')
|
||||
|
||||
|
|
Loading…
Reference in a new issue