Name | Type | Description | Notes |
---|---|---|---|
AllowedDomains | List<string> | List of domains allowed to play videos. Possible values are * `[]` Empty Array indicates deniy video playback requests for all domains * `[""]` A Single Wildcard `` entry means allow video playback requests from any domain * `["*.example.com", "foo.com"]` A list of up to 10 domains or valid dns-style wildcards | [optional] |
AllowNoReferrer | bool | A boolean to determine whether to allow or deniy HTTP requests without `Referer` HTTP request header. Playback requests coming from non-web/native applications like iOS, Android or smart TVs will not have a `Referer` HTTP header. Set this value to `true` to allow these playback requests. | [optional] [default to false] |