import java.util.LinkedHashMap;import java.util.Map;Go to the source code of this file.
Packages | |
| package | dev.rafex.ether.http.security.headers |
| Security response headers and default header profiles. | |
Functions | |
| 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. | |