Skip to content

Commit

Permalink
Allow requests from staging
Browse files Browse the repository at this point in the history
  • Loading branch information
sauloperez committed Jan 5, 2021
1 parent 5e3df77 commit ccc8fed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ccc8fed

Please # to comment.