IframeWhiteListUrlSettings

Represents settings related to the list of trusted external domains that you allow to frame your Visualforce pages or surveys. This type extends the Metadata metadata type and inherits its fullName field.

Where possible, we changed noninclusive terms to align with our company value of Equality. Because changing terms in our code can break current implementations, we maintained this metadata type’s name.

Important

File Suffix and Directory Location

IframeWhiteListUrlSettings values are stored in the IframeWhiteListUrlSettings.settings file in the settings directory. The .settings files are different from other named components because there’s only one settings file for each settings component.

Version

IframeWhiteListUrlSettings components are available in API version 49.0 and later.

Fields

Field Name Field Type Description
iframeWhiteListUrls IframeWhiteListUrl[] The list of external domains that you allow to frame your Visualforce pages or surveys.

IframeWhiteListUrl

Represents the external domains that you allow to frame your Visualforce pages or surveys.

Field Name Field Type Description
context IFrameWhitelistContext (enumeration of type string) Required. The type of content in the iframe. Valid values are:
  • Surveys
  • VisualforcePages
  • DisclosureAndComplianceHubConnector
url string The unique domain that is allowed to frame your Visualforce pages, surveys, or Disclosure and Compliance Hub Connector. Accepts these formats: example.com, *example.com, and https://example.com.

Wildcard Support in the Manifest File

This metadata type doesn’t support the wildcard character * (asterisk) in the package.xml manifest file. For information about using the manifest file, see Deploying and Retrieving Metadata with the Zip File.