From 648e58d053d8922acf388553eccdd5d2be88bc7e Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
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

---
 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 4768843bcf07..72be7750b93a 100644
--- a/core/assets/scaffold/files/default.settings.php
+++ b/core/assets/scaffold/files/default.settings.php
@@ -703,6 +703,8 @@
  * @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 4768843bcf07..72be7750b93a 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -703,6 +703,8 @@
  * @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
  */
 
 /**
-- 
GitLab