-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error for live pantheon sites after update (to 1.18.1?) #46
Comments
This surprised me a little because I wasn't expecting pantheon to apply changes to the |
According to https://github.com/pantheon-systems/drops-8/blob/233160dc7e502f9742f87dc710cac43afa813c7f/sites/default/settings.pantheon.php#L179 we can just allow all domains and this would avoid the headache:
|
@jenlampton I've got a new PR. Pantheon says trust_host_patterns not needed. |
I notice that we introduced to set trusted host patterns for pantheon domains:
The problem with this is that it can cause immediate downtime for live sites, after updating to the version where this was added.
From a client:
I think we need to add an
if isset($settings['trusted_host_patterns'])
before we add the pantheon domains, so that this setting remains optional for sites that didn't have any domains defined before.The text was updated successfully, but these errors were encountered: