PortalConfigCspProperties interface
The developer portal Content Security Policy (CSP) settings.
Properties
allowed |
Allowed sources, e.g. |
mode | The mode of the developer portal Content Security Policy (CSP). |
report |
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[]