AboutSupportDeveloper GuideVersion 38.126.82.64

Conditional settings for a domain or set of domains.

interface PerDomainSettings {
    api?: DomainApiSettings;
    content?: ContentPermission;
    downloadSettings?: FileDownloadSettings;
}

Properties

Whether DOM content can be loaded (by navigation or redirect).

Remarks

If this is included in DomainSettings.default, then ContentNavigation and ContentRedirect in WindowOptions and ViewOptions will be ignored.

downloadSettings?: FileDownloadSettings

Domain-conditional rules for file downloads.