Skip to main content

xmlParserOption_XML_PARSE_NONET

Constant xmlParserOption_XML_PARSE_NONET 

Source
pub const xmlParserOption_XML_PARSE_NONET: xmlParserOption = 2048;
Expand description

Disable network access with the built-in HTTP or FTP clients.

After the last built-in network client was removed in 2.15, this option has no effect expect for being passed on to custom resource loaders.