url.php 345 B

123456789101112131415161718
  1. <?php
  2. return [
  3. 'trusted_hosts' => [
  4. // Set up your hostnames here
  5. //
  6. // Example:
  7. //
  8. // 'example\.org',
  9. // '.*\.example\.org',
  10. //
  11. // Do not forget to escape your dots (.) as these are regex patterns.
  12. // These patterns should always fully match,
  13. // as they are prepended with `^` and appended with `$`
  14. ],
  15. ];