1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-20 03:52:25 +03:00

Revert "Add an XML_PARSE_NOXXE flag to block all entities loading even local"

This reverts commit 2304078555.

The new flag doesn't work and the change even broke the XML_PARSE_NONET
option.
This commit is contained in:
Nick Wellnhofer
2017-06-06 15:53:42 +02:00
parent 897dffbae3
commit 030b1f7a27
7 changed files with 6 additions and 65 deletions

View File

@@ -299,14 +299,6 @@ XMLPUBFUN xmlParserInputPtr XMLCALL
const char *ID,
xmlParserCtxtPtr ctxt);
/*
* A predefined entity loader external entity expansion
*/
XMLPUBFUN xmlParserInputPtr XMLCALL
xmlNoXxeExternalEntityLoader (const char *URL,
const char *ID,
xmlParserCtxtPtr ctxt);
/*
* xmlNormalizeWindowsPath is obsolete, don't use it.
* Check xmlCanonicPath in uri.h for a better alternative.