Back to Node Auth0

Interface XssProtectionConfig

docs/interfaces/management.Management.XssProtectionConfig.html

5.12.0870 B
Original Source

Interface XssProtectionConfig

X-XSS-Protection header configuration (deprecated header, use CSP instead).

interface XssProtectionConfig {
enabled?: boolean;
mode?: "block";
report_uri?: string;
}

Index

Properties

enabled?mode?report_uri?

Properties

Optionalenabled

enabled?: boolean

Whether X-XSS-Protection header is enabled.

Optionalmode

mode?: "block"

Optionalreport_uri

report_uri?: string

HTTPS endpoint for X-XSS-Protection violation reports.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties enabledmodereport_uri