We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2396954 commit 70129c4Copy full SHA for 70129c4
src/DOMDocumentFactory.php
@@ -24,7 +24,7 @@ final class DOMDocumentFactory
24
* @var non-negative-int
25
* TODO: Add LIBXML_NO_XXE to the defaults when PHP 8.4.0 + libxml 2.13.0 become generally available
26
*/
27
- public const DEFAULT_OPTIONS = LIBXML_COMPACT | LIBXML_NONET | LIBXML_NSCLEAN;
+ public const DEFAULT_OPTIONS = LIBXML_COMPACT | LIBXML_NONET;
28
29
30
/**
0 commit comments