Describes which external resources may be resolved while loading or rendering an SVG document.
public enum SvgExternalResourcePolicy
kind:method, kind:property, kind:ctor. Press Esc to clear.DisabledExternal resources are disabled.EnabledExternal resources are allowed by the caller's resource loader.SameDocumentAndDataOnlyOnly same-document references and data URLs are allowed.SameOriginExternal resources are limited to the same origin as the owner document.