Back to Node Auth0

Interface TenantSettingsNullableSecurityHeaders

docs/interfaces/management.Management.TenantSettingsNullableSecurityHeaders.html

5.12.01.2 KB
Original Source

Interface TenantSettingsNullableSecurityHeaders

Security headers configuration for tenant responses.

interface TenantSettingsNullableSecurityHeaders {
content_security_policy?: ContentSecurityPolicyConfig | null;
x_xss_protection?: XssProtectionConfig | null;
}

Index

Properties

content_security_policy?x_xss_protection?

Properties

Optionalcontent_security_policy

content_security_policy?: ContentSecurityPolicyConfig | null

Optionalx_xss_protection

x_xss_protection?: XssProtectionConfig | null

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties content_security_policyx_xss_protection