whitelisted_resources property

whitelisted_resources property

The list of URL fragments corresponding to external resources that should be loaded when LoadOptions.skip_external_resources is set to true.

Remarks

For code example, see the documentation.

Definition:

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

See Also