Skip to content

Commit

Permalink
Support other domains in development
Browse files Browse the repository at this point in the history
This is required for testing authenticating-proxy(.dev.gov.uk).
  • Loading branch information
Ben Thorner committed Apr 14, 2021
1 parent e5c0c97 commit 5304ccf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,5 @@
# routes, locales, etc. This feature depends on the listen gem.
# config.file_watcher = ActiveSupport::EventedFileUpdateChecker

config.hosts += [
"draft-government-frontend.dev.gov.uk",
"government-frontend.dev.gov.uk",
]
config.hosts.clear
end

0 comments on commit 5304ccf

Please sign in to comment.