KnownPortalSettingsCspMode enum
Known values of PortalSettingsCspMode that the service accepts.
Fields
Disabled | The browser will not apply the origin restrictions. |
Enabled | The browser will block requests not matching allowed origins. |
ReportOnly | The browser will report requests not matching allowed origins without blocking them. |