CSPWhitelistXml Structure

Use the CSPWhitelistXml structure to specify the content security policy for the Oracle Analytics instance.

The CSPWhitelistXml structure is used in the updateCSPWhitelist() Method.

CSPWhitelist Structure Fields

Fields Description

String Directive type

Specifies the content security policy type.

Values:

  • “all”
  • “img-src”
  • “frame-src”
  • “script-src”
  • “font-src”
  • “style-src”
  • “media-src”
  • “connect-src”
  • “frame-ancestors”
  • “form-action”

String value

Specifies the domain to be added to the specified content security policy.