Back to Node Auth0

Interface CspReportTo

docs/interfaces/management.Management.CspReportTo.html

5.12.0924 B
Original Source

Interface CspReportTo

Report-To header configuration.

interface CspReportTo {
group?: string;
max_age?: number;
endpoints?: CspReportToEndpoints;
}

Index

Properties

group?max_age?endpoints?

Properties

Optionalgroup

group?: string

Reporting group identifier.

Optionalmax_age

max_age?: number

Maximum age in seconds for the Report-To header.

Optionalendpoints

endpoints?: CspReportToEndpoints

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties groupmax_ageendpoints