]> git.immae.eu Git - github/wallabag/wallabag.git/blame - inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/CSS.MaxImgLength.txt
remove autoload section in composer.json
[github/wallabag/wallabag.git] / inc / 3rdparty / htmlpurifier / HTMLPurifier / ConfigSchema / schema / CSS.MaxImgLength.txt
CommitLineData
d4949327
NL
1CSS.MaxImgLength\r
2TYPE: string/null\r
3DEFAULT: '1200px'\r
4VERSION: 3.1.1\r
5--DESCRIPTION--\r
6<p>\r
7 This parameter sets the maximum allowed length on <code>img</code> tags,\r
8 effectively the <code>width</code> and <code>height</code> properties.\r
9 Only absolute units of measurement (in, pt, pc, mm, cm) and pixels (px) are allowed. This is\r
10 in place to prevent imagecrash attacks, disable with null at your own risk.\r
11 This directive is similar to %HTML.MaxImgLength, and both should be\r
12 concurrently edited, although there are\r
13 subtle differences in the input format (the CSS max is a number with\r
14 a unit).\r
15</p>\r
16--# vim: et sw=4 sts=4\r