Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
Package dev.rafex.ether.http.security.headers

Security response headers and default header profiles. More...

Functions

record SecurityHeadersPolicy (boolean contentTypeOptions, boolean frameOptions, boolean referrerPolicy, boolean permissionsPolicy, boolean hsts, boolean noStore, String contentSecurityPolicy, Map< String, String > customHeaders)
 Política de seguridad para encabezados HTTP.

Detailed Description

Security response headers and default header profiles.

Function Documentation

◆ SecurityHeadersPolicy()

record dev.rafex.ether.http.security.headers.SecurityHeadersPolicy ( boolean contentTypeOptions,
boolean frameOptions,
boolean referrerPolicy,
boolean permissionsPolicy,
boolean hsts,
boolean noStore,
String contentSecurityPolicy,
Map< String, String > customHeaders )

Política de seguridad para encabezados HTTP.

Configura encabezados de seguridad como CSP, HSTS, X-Frame-Options, para proteger contra ataques comunes como XSS, clickjacking, etc.

Definition at line 39 of file SecurityHeadersPolicy.java.

References SecurityHeadersPolicy().

Referenced by SecurityHeadersPolicy().

Here is the call graph for this function:
Here is the caller graph for this function: