diff --git a/core/assets/scaffold/files/default.settings.php b/core/assets/scaffold/files/default.settings.php index 5615be3dc0bb9d8737c3e9d4267fca31046c045b..955d21ab3db5b849a9df7e9d7a1476c052c4907f 100644 --- a/core/assets/scaffold/files/default.settings.php +++ b/core/assets/scaffold/files/default.settings.php @@ -705,6 +705,7 @@ * * @see https://www.drupal.org/docs/installing-drupal/trusted-host-settings */ +# $settings['trusted_host_patterns'] = []; /** * The default list of directories that will be ignored by Drupal's file API. diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 5615be3dc0bb9d8737c3e9d4267fca31046c045b..955d21ab3db5b849a9df7e9d7a1476c052c4907f 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -705,6 +705,7 @@ * * @see https://www.drupal.org/docs/installing-drupal/trusted-host-settings */ +# $settings['trusted_host_patterns'] = []; /** * The default list of directories that will be ignored by Drupal's file API.