Start working on HTMLPurfier for WYSIWYG Input

This commit is contained in:
johnnyq
2022-02-01 16:17:30 -05:00
parent a67fece250
commit 1d4d3be434
153 changed files with 32021 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
HTML.Forms
TYPE: bool
VERSION: 4.13.0
DEFAULT: false
--DESCRIPTION--
<p>
Whether or not to permit form elements in the user input, regardless of
%HTML.Trusted value. Please be very careful when using this functionality, as
enabling forms in untrusted documents may allow for phishing attacks.
</p>
--# vim: et sw=4 sts=4