aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/ezyang/htmlpurifier/library
diff options
context:
space:
mode:
authorM. Dent <dentm42@gmail.com>2019-09-23 19:16:59 +0200
committerM. Dent <dentm42@gmail.com>2019-09-23 19:16:59 +0200
commit23995ccb07780c37b6867ad84ca8ce6ff6b943a2 (patch)
treeb69d4310228721ea5c21d309409796d5e7623c9a /vendor/ezyang/htmlpurifier/library
parenta4f26034545911ff82d73d04517d5e68bf434924 (diff)
parentaafecd9d1e2b5ff442f0a34eecf074db902086ae (diff)
downloadvolse-hubzilla-23995ccb07780c37b6867ad84ca8ce6ff6b943a2.tar.gz
volse-hubzilla-23995ccb07780c37b6867ad84ca8ce6ff6b943a2.tar.bz2
volse-hubzilla-23995ccb07780c37b6867ad84ca8ce6ff6b943a2.zip
Merge branch 'cherry-pick-38cb094e' into 'dev'
composer update ezyang/htmlpurifier See merge request hubzilla/core!1733
Diffstat (limited to 'vendor/ezyang/htmlpurifier/library')
-rw-r--r--vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.AllowParseManyTags.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.AllowParseManyTags.txt b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.AllowParseManyTags.txt
new file mode 100644
index 000000000..06278f82a
--- /dev/null
+++ b/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.AllowParseManyTags.txt
@@ -0,0 +1,12 @@
+Core.AllowParseManyTags
+TYPE: bool
+DEFAULT: false
+VERSION: 4.10.1
+--DESCRIPTION--
+<p>
+ This directive allows parsing of many nested tags.
+ If you set true, relaxes any hardcoded limit from the parser.
+ However, in that case it may cause a Dos attack.
+ Be careful when enabling it.
+</p>
+--# vim: et sw=4 sts=4