Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

URI.Host.txt 818B

12345678910111213141516171819
  1. URI.Host
  2. TYPE: string/null
  3. VERSION: 1.2.0
  4. DEFAULT: NULL
  5. --DESCRIPTION--
  6. <p>
  7. Defines the domain name of the server, so we can determine whether or
  8. an absolute URI is from your website or not. Not strictly necessary,
  9. as users should be using relative URIs to reference resources on your
  10. website. It will, however, let you use absolute URIs to link to
  11. subdomains of the domain you post here: i.e. example.com will allow
  12. sub.example.com. However, higher up domains will still be excluded:
  13. if you set %URI.Host to sub.example.com, example.com will be blocked.
  14. <strong>Note:</strong> This directive overrides %URI.Base because
  15. a given page may be on a sub-domain, but you wish HTML Purifier to be
  16. more relaxed and allow some of the parent domains too.
  17. </p>
  18. --# vim: et sw=4 sts=4