Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 1 KB

ReferrerDomainRestriction.md

File metadata and controls

14 lines (7 loc) · 1 KB

ReferrerDomainRestriction

A list of domains allowed to play your videos.

Properties

Name Type Description Notes
allowedDomains java.util.List<String> List of domains allowed to play videos. Possible values are * `[]` Empty Array indicates deny video playback requests for all domains * `[&quot;&quot;]` A Single Wildcard `` entry means allow video playback requests from any domain * `[&quot;*.example.com&quot;, &quot;foo.com&quot;]` A list of up to 10 domains or valid dns-style wildcards [optional]
allowNoReferrer Boolean A boolean to determine whether to allow or deny 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]