| Class | Description |
|---|---|
| JSecurityCheckNoCacheValve |
The container managed security implementation using j_security_check does not return Cache-Control headers
to the client.
|
| ReferrerPolicyValve |
This
Valve is designed to add an Referrer-Policy: strict-origin-when-cross-origin header to the
Response object. |
| StrictTransportSecurityValve |
This
Valve is designed to add an Strict-Transport-Security: max-age=2592000; includeSubDomains
header to the Response object. |
| XContentTypeOptionsValve |
This
Valve is designed to add an
X-Content-Type-Options : nosniff header to the Response
object. |
| XFrameOptionsValve |
This
Valve is designed to add an
X-Frame-Options : SAMEORIGIN header to the Response
object. |
| XSSProtectionValve |
This
Valve is designed to add an
X-XSS-Protection : 1; mode=block header to the Response
object. |
Copyright © 2017–2019 Blue Lotus Software, LLC.. All rights reserved.