]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.TidyImpl.txt
[add] HTML Purifier added to clean code
[github/wallabag/wallabag.git] / inc / 3rdparty / htmlpurifier / HTMLPurifier / ConfigSchema / schema / Filter.ExtractStyleBlocks.TidyImpl.txt
diff --git a/inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.TidyImpl.txt b/inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.TidyImpl.txt
new file mode 100644 (file)
index 0000000..3b70189
--- /dev/null
@@ -0,0 +1,16 @@
+Filter.ExtractStyleBlocks.TidyImpl\r
+TYPE: mixed/null\r
+VERSION: 3.1.0\r
+DEFAULT: NULL\r
+ALIASES: FilterParam.ExtractStyleBlocksTidyImpl\r
+--DESCRIPTION--\r
+<p>\r
+  If left NULL, HTML Purifier will attempt to instantiate a <code>csstidy</code>\r
+  class to use for internal cleaning. This will usually be good enough.\r
+</p>\r
+<p>\r
+  However, for trusted user input, you can set this to <code>false</code> to\r
+  disable cleaning. In addition, you can supply your own concrete implementation\r
+  of Tidy's interface to use, although I don't know why you'd want to do that.\r
+</p>\r
+--# vim: et sw=4 sts=4\r