Warning, /webapps/ocs-webserver/library/HTMLPurifier/ConfigSchema/schema/URI.Host.txt is written in an unsupported language. File is not indexed.
0001 URI.Host 0002 TYPE: string/null 0003 VERSION: 1.2.0 0004 DEFAULT: NULL 0005 --DESCRIPTION-- 0006 0007 <p> 0008 Defines the domain name of the server, so we can determine whether or 0009 an absolute URI is from your website or not. Not strictly necessary, 0010 as users should be using relative URIs to reference resources on your 0011 website. It will, however, let you use absolute URIs to link to 0012 subdomains of the domain you post here: i.e. example.com will allow 0013 sub.example.com. However, higher up domains will still be excluded: 0014 if you set %URI.Host to sub.example.com, example.com will be blocked. 0015 <strong>Note:</strong> This directive overrides %URI.Base because 0016 a given page may be on a sub-domain, but you wish HTML Purifier to be 0017 more relaxed and allow some of the parent domains too. 0018 </p> 0019 --# vim: et sw=4 sts=4