From ccc8fed327baba6aa1401729b3afa3457053f7a9 Mon Sep 17 00:00:00 2001 From: Pau Perez Date: Tue, 5 Jan 2021 10:07:50 +0100 Subject: [PATCH] Allow requests from staging --- config/application.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/application.rb b/config/application.rb index 2f046e279..916e96b79 100644 --- a/config/application.rb +++ b/config/application.rb @@ -34,5 +34,6 @@ class Application < Rails::Application # Guard against DNS rebinding attacks by permitting hosts config.hosts << /timeoverflow\.(local|org)/ + config.hosts << "staging.timeoverflow.org" end end