PortalConfigCspProperties interface

The developer portal Content Security Policy (CSP) settings.

Properties

allowedSources

Allowed sources, e.g. *.trusted.com, trusted.com, https://.

mode

The mode of the developer portal Content Security Policy (CSP).

reportUri

The URLs used by the browser to report CSP violations.

Property Details

allowedSources

Allowed sources, e.g. *.trusted.com, trusted.com, https://.

allowedSources?: string[]

Property Value

string[]

mode

The mode of the developer portal Content Security Policy (CSP).

mode?: string

Property Value

string

reportUri

The URLs used by the browser to report CSP violations.

reportUri?: string[]

Property Value

string[]