mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-02 05:54:26 +02:00
fix: goodbye security
This commit is contained in:
parent
7b65f2d02c
commit
8f3ac7702a
@ -34,7 +34,6 @@ class DomFileEditor internal constructor(private val domFile: File) : Closeable
|
|||||||
|
|
||||||
init {
|
init {
|
||||||
val factory = DocumentBuilderFactory.newInstance()
|
val factory = DocumentBuilderFactory.newInstance()
|
||||||
factory.setFeature(XMLConstants.FEATURE_SECURE_PROCESSING, true)
|
|
||||||
|
|
||||||
val builder = factory.newDocumentBuilder()
|
val builder = factory.newDocumentBuilder()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user