From 15a9f10a2dd231fd6b84e892f8e5236b62fcb9a8 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 2 Jun 2011 00:23:41 +0100 Subject: xmlhandlers: Don't restrict CDATA --- core/xmlhandlers.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/core/xmlhandlers.lua b/core/xmlhandlers.lua index 6a5cac85..9e8fd7f6 100644 --- a/core/xmlhandlers.lua +++ b/core/xmlhandlers.lua @@ -153,7 +153,6 @@ function init_xmlhandlers(session, stream_callbacks) xml_handlers.StartDoctypeDecl = restricted_handler; end xml_handlers.Comment = restricted_handler; - xml_handlers.StartCdataSection = restricted_handler; xml_handlers.ProcessingInstruction = restricted_handler; return xml_handlers; -- cgit v1.2.3