Skip to content

Commit

Permalink
Merge pull request #3059 from alphagov/sin-dev
Browse files Browse the repository at this point in the history
Add `host_authorization` setting for dev environment
  • Loading branch information
csutter authored Nov 20, 2024
2 parents ce63f15 + 64581e0 commit f4caed7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rummager/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

configure :development do
set :protection, false
set :host_authorization, { permitted_hosts: [] }
end

# Enable custom error handling (eg ``error Exception do;...end``)
Expand Down

0 comments on commit f4caed7

Please sign in to comment.