resource_url_restriction property

resource_url_restriction property

Gets or sets restriction applied to URLs of handled resources such as css, js, images etc. Default value is UrlRestriction.SAME_HOST.

Definition:

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

See Also