From 781ba3a616e5ceda81d5540f45922fff93928c89 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Mon, 3 Jan 2022 15:55:48 +0000 Subject: [PATCH] Issue #3175428 by tunic, kishor_kolekar, ranjith_kumar_k_u: Add link to "Trusted host settings" in default.settings.php (cherry picked from commit 648e58d053d8922acf388553eccdd5d2be88bc7e) --- core/assets/scaffold/files/default.settings.php | 2 ++ sites/default/default.settings.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/core/assets/scaffold/files/default.settings.php b/core/assets/scaffold/files/default.settings.php index 4768843bcf0..72be7750b93 100644 --- a/core/assets/scaffold/files/default.settings.php +++ b/core/assets/scaffold/files/default.settings.php @@ -703,6 +703,8 @@ $settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml'; * @endcode * will allow the site to run off of all variants of example.com and * example.org, with all subdomains included. + * + * @see https://www.drupal.org/docs/installing-drupal/trusted-host-settings */ /** diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 4768843bcf0..72be7750b93 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -703,6 +703,8 @@ $settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml'; * @endcode * will allow the site to run off of all variants of example.com and * example.org, with all subdomains included. + * + * @see https://www.drupal.org/docs/installing-drupal/trusted-host-settings */ /**