Auth0 Node.js SDK - v5.12.0
Preparing search index...
management
Management
TenantSettingsNullableSecurityHeaders
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
Optional
content_
security_
policy
content_security_policy
?:
ContentSecurityPolicyConfig
|
null
Optional
x_
xss_
protection
x_xss_protection
?:
XssProtectionConfig
|
null
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
content_
security_
policy
x_
xss_
protection
Auth0 Node.js SDK - v5.12.0
Loading...
Security headers configuration for tenant responses.