New directive %Core.AllowHostnameUnderscore
[htmlpurifier.git] / library / HTMLPurifier / ConfigSchema / schema / Core.AllowHostnameUnderscore.txt
blob2c910cc7de87555320ccbfea157cf2e6e0a45d5b
1 Core.AllowHostnameUnderscore
2 TYPE: bool
3 VERSION: 4.6.0
4 DEFAULT: false
5 --DESCRIPTION--
6 <p>
7     By RFC 1123, underscores are not permitted in host names.
8     (This is in contrast to the specification for DNS, RFC
9     2181, which allows underscores.)
10     However, most browsers do the right thing when faced with
11     an underscore in the host name, and so some poorly written
12     websites are written with the expectation this should work.
13     Setting this parameter to true relaxes our allowed character
14     check so that underscores are permitted.
15 </p>
16 --# vim: et sw=4 sts=4