1 <?php
defined('SYSPATH') OR die('No direct script access.');
5 'trusted_hosts' => array(
6 // Set up your hostnames here
11 // '.*\.example\.org',
13 // Do not forget to escape your dots (.) as these are regex patterns.
14 // These patterns should always fully match,
15 // as they are prepended with `^` and appended with `$`