diff --git a/src/Utility/Xml.php b/src/Utility/Xml.php index f0b7126716c4..d300124e85b8 100644 --- a/src/Utility/Xml.php +++ b/src/Utility/Xml.php @@ -107,7 +107,7 @@ public static function build($input, array $options = []) 'return' => 'simplexml', 'loadEntities' => false, 'readFile' => true, - 'parseHuge' => true, + 'parseHuge' => false, ]; $options += $defaults;