Type alias VPAIDMode

VPAIDMode: "enabled" | "insecure" | "disabled"

The iframe policies for VPAID ads, represented by a value from the following list:
- 'enabled': Ads will load in a cross domain iframe. This disables access to the site via JavaScript. Ads that require a friendly iframe will fail to play.
- 'insecure': Ads will load in a friendly iframe. This allows access to the site via JavaScript.
- 'disabled': Ads will error when requested.

Generated using TypeDoc