Warning, /webapps/ocs-apiserver/library/HTMLPurifier/ConfigSchema/schema/HTML.MaxImgLength.txt is written in an unsupported language. File is not indexed.
0001 HTML.MaxImgLength 0002 TYPE: int/null 0003 DEFAULT: 1200 0004 VERSION: 3.1.1 0005 --DESCRIPTION-- 0006 <p> 0007 This directive controls the maximum number of pixels in the width and 0008 height attributes in <code>img</code> tags. This is 0009 in place to prevent imagecrash attacks, disable with null at your own risk. 0010 This directive is similar to %CSS.MaxImgLength, and both should be 0011 concurrently edited, although there are 0012 subtle differences in the input format (the HTML max is an integer). 0013 </p> 0014 --# vim: et sw=4 sts=4