You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/dashmanifestcreators/YoutubeDashManifestCreatorsUtils.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -696,11 +696,11 @@ public static Response getInitializationResponse(@Nonnull String baseStreamingUr
696
696
}
697
697
698
698
/**
699
-
* Generate a new {@link DocumentBuilder} secured from XEE attacks, on platforms which
699
+
* Generate a new {@link DocumentBuilder} secured from XXE attacks, on platforms which
700
700
* support setting {@link XMLConstants#ACCESS_EXTERNAL_DTD} and
701
701
* {@link XMLConstants#ACCESS_EXTERNAL_SCHEMA} in {@link DocumentBuilderFactory} instances.
702
702
*
703
-
* @return an instance of {@link Document} secured against XEE attacks on supported platforms,
703
+
* @return an instance of {@link Document} secured against XXE attacks on supported platforms,
704
704
* that should then be convertible to an XML string without security problems
0 commit comments