Show / Hide Table of Contents

Enum ContentSecurityPolicySandboxFlags

Content Security Policy sandbox flags.

Namespace: Lib.AspNetCore.Security.Http.Headers
Assembly: Lib.AspNetCore.Security.dll
Syntax
[Flags]
public enum ContentSecurityPolicySandboxFlags

Fields

Name Description
AllowForms

Set allow-forms sandbox flag

AllowPointerLock

Set allow-pointer-lock sandbox flag

AllowPopups

Set allow-popups sandbox flag

AllowSameOrigin

Set allow-same-origin sandbox flag

AllowScripts

Set allow-scripts sandbox flag

AllowTopNavigation

Set allow-top-navigation sandbox flag

None

Set no sandbox flags

Back to top Copyright © 2016 - 2023 Tomasz Pęczek