Skip to content

Commit b21a591

Browse files
authored
fix: add warning for misleading option (#433)
1 parent 00a0748 commit b21a591

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ This parameter determines whether or not the filter should convert
77
input that is a full document with html and body tags to a fragment
88
of just the contents of a body tag. This parameter is simply something
99
HTML Purifier can do during an edge-case: for most inputs, this
10-
processing is not necessary.
10+
processing is not necessary. Warning: Full HTML purification has not
11+
been implemented. See GitHub issue #7.
1112

1213
--ALIASES--
1314
Core.AcceptFullDocuments

0 commit comments

Comments
 (0)