From b21a59101fe8b3e68185f4929a0bc44f4eb36653 Mon Sep 17 00:00:00 2001 From: simonLeary42 <71396965+simonLeary42@users.noreply.github.com> Date: Thu, 9 Jan 2025 23:09:09 -0500 Subject: [PATCH] fix: add warning for misleading option (#433) --- .../ConfigSchema/schema/Core.ConvertDocumentToFragment.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt b/library/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt index 64b114fc..60cb409f 100644 --- a/library/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt +++ b/library/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt @@ -7,7 +7,8 @@ This parameter determines whether or not the filter should convert input that is a full document with html and body tags to a fragment of just the contents of a body tag. This parameter is simply something HTML Purifier can do during an edge-case: for most inputs, this -processing is not necessary. +processing is not necessary. Warning: Full HTML purification has not +been implemented. See GitHub issue #7. --ALIASES-- Core.AcceptFullDocuments