fix: goodbye security

This commit is contained in:
Sculas 2022-06-17 18:12:18 +02:00 committed by GitHub
parent 7b65f2d02c
commit 8f3ac7702a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,6 @@ class DomFileEditor internal constructor(private val domFile: File) : Closeable
init {
val factory = DocumentBuilderFactory.newInstance()
factory.setFeature(XMLConstants.FEATURE_SECURE_PROCESSING, true)
val builder = factory.newDocumentBuilder()