We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a058e26 commit dfc4ca1Copy full SHA for dfc4ca1
1 file changed
org/w3c/css/css/XMLStyleSheetHandler.java
@@ -491,12 +491,12 @@ void parse(URL url) throws Exception {
491
"http://xml.org/sax/features/namespace-prefixes", true);
492
xmlParser.setFeature("http://xml.org/sax/features/validation",
493
false);
494
- /*
495
- * xmlParser.setFeature("http://xml.org/sax/features/external-parameter-entities",
496
- * false);
497
- * xmlParser.setFeature("http://xml.org/sax/features/external-general-entities",
498
499
- */
+ /* readded 20250128, check report if things break */
+ xmlParser.setFeature("http://xml.org/sax/features/external-parameter-entities",
+ false);
+ xmlParser.setFeature("http://xml.org/sax/features/external-general-entities",
+ /* */
500
} catch (Exception ex) {
501
ex.printStackTrace();
502
}
0 commit comments