AboutSupportDeveloper GuideVersion 37.122.80.4

Interface DomainSettingsRule

Defines domain-conditional settings for an OpenFin application.

Hierarchy

  • DomainSettingsRule

Properties

Properties

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

Remarks

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

match?: string[]

Array of match patterns specifying the domain(s) for which the rule applies.

options?: {
    api?: DomainApiSettings;
    downloadSettings?: FileDownloadSettings;
}

Settings applied when a webcontents has been navigated to a matched domain.