skip_external_resources property

skip_external_resources property

If true all external resource will not be loading with exception of the resources in the IResourceLoadingOptions.whitelisted_resources

Definition:

@property
def skip_external_resources(self):
    ...
@skip_external_resources.setter
def skip_external_resources(self, value):
    ...

See Also