Skip to content

Commit

Permalink
fix: goodbye security
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas committed Jun 17, 2022
1 parent 7b65f2d commit 8f3ac77
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -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()

Expand Down

0 comments on commit 8f3ac77

Please sign in to comment.