aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/xmlhandlers.lua1
1 files changed, 0 insertions, 1 deletions
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;