We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe9592 commit ed1b4b9Copy full SHA for ed1b4b9
activesupport/lib/active_support/xml_mini/jdom.rb
@@ -40,7 +40,7 @@ def parse(data)
40
else
41
@dbf = DocumentBuilderFactory.new_instance
42
# secure processing of java xml
43
- # http://www.ibm.com/developerworks/xml/library/x-tipcfsx/index.html
+ # https://archive.is/9xcQQ
44
@dbf.setFeature("http://apache.org/xml/features/nonvalidating/load-external-dtd", false)
45
@dbf.setFeature("http://xml.org/sax/features/external-general-entities", false)
46
@dbf.setFeature("http://xml.org/sax/features/external-parameter-entities", false)
0 commit comments