Enum XPermittedCrossDomainPoliciesDirectives
Possible X-Permitted-Cross-Domain-Policies header directives.
Namespace: Lib.AspNetCore.Security.Http.Headers
Assembly: Lib.AspNetCore.Security.dll
Syntax
public enum XPermittedCrossDomainPoliciesDirectives
Fields
Name | Description |
---|---|
All | All policy files on this target domain are allowed. |
ByContentType | Only policy files served with Content-Type: text/x-cross-domain-policy are allowed. |
MasterOnly | Only master policy file is allowed. |
None | No policy files are allowed anywhere on the target server, including master policy file. |