Bug #29655
Rails 6 blocked hosts in dev environment
Pull request:
Fixed in Releases:
Found in Releases:
Description
With latest Foreman pulled, the server shows this message in dev environment (likely in production too)
To allow requests to hostname, add the following to your environment configuration:
config.hosts << "hostname"
Associated revisions
History
#1
Updated by The Foreman Bot 10 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7619 added
#2
Updated by The Foreman Bot 10 months ago
- Fixed in Releases 2.1.0 added
#3
Updated by John Mitsch 10 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset 1296fa090ebfa7f6e38363b03437d8b95d0ba4ba.
#4
Updated by Amit Upadhye 10 months ago
- Category set to Rails
Fixes #29655 - Allow hosts for Rails in devel environment