Author Topic: RC config setting "list of trusted hostnames"  (Read 1052 times)

Offline Hans-Dieter

  • Newbie
  • *
  • Posts: 5
RC config setting "list of trusted hostnames"
« on: February 10, 2023, 07:47:14 PM »
just setting up RC and maybe someone can help me how to set the following setting in the config.inc.php  file correct

$config['trusted_host_patterns'] = [ ]

That setting is found in default.inc.php and I would like to incorporate that into my config.inc.php file.

How do I set my host name ?
Like so
$config['trusted_host_patterns'] = ['mail.myhostnamehere.com']

Any help would be appreciated.
Thank you.