set svgexternalresources
set svgexternalresources= {none|embedded|local|relaxed}
This command controls how links to external resources in SVG images are supported. There are four available values:
• none – No links to external resources are supported.
• embedded – Only embedded external resources are allowed.
• local – External resources are allowed only if they are hosted on the local server or are local to the SVG image.
• relaxed – All external resources are allowed.
The default is none.