Implement %HTML.AllowedComments and %HTML.AllowedCommentsRegexp
[htmlpurifier.git] / library / HTMLPurifier / ConfigSchema / schema / URI.Disable.txt
blob71ce025a2dcf06fad2171c8fa849552d81af2c50
1 URI.Disable
2 TYPE: bool
3 VERSION: 1.3.0
4 DEFAULT: false
5 --DESCRIPTION--
7 <p>
8     Disables all URIs in all forms. Not sure why you'd want to do that
9     (after all, the Internet's founded on the notion of a hyperlink).
10 </p>
12 --ALIASES--
13 Attr.DisableURI
14 --# vim: et sw=4 sts=4