Warning, /webapps/ocs-apiserver/library/HTMLPurifier/ConfigSchema/schema/Core.AllowHostnameUnderscore.txt is written in an unsupported language. File is not indexed.
0001 Core.AllowHostnameUnderscore 0002 TYPE: bool 0003 VERSION: 4.6.0 0004 DEFAULT: false 0005 --DESCRIPTION-- 0006 <p> 0007 By RFC 1123, underscores are not permitted in host names. 0008 (This is in contrast to the specification for DNS, RFC 0009 2181, which allows underscores.) 0010 However, most browsers do the right thing when faced with 0011 an underscore in the host name, and so some poorly written 0012 websites are written with the expectation this should work. 0013 Setting this parameter to true relaxes our allowed character 0014 check so that underscores are permitted. 0015 </p> 0016 --# vim: et sw=4 sts=4