Dear Team
How do we configure missing HTTP Header on TWAS 9.0.5.x
The headers should be set as follows
- Set the X-XSS header as follows: X-XSS-Protection: 1;mode=block
This enables the filter and instructs the browser to block the entire page if an XSS attack is detected. This is more secure than just 1.
MISCONFIGURED SECURITY HEADERS
The web application does not have the security headers set correctly:
- Cross Site Scripting Protection (X-XSS): This protects against Cross-Site Scripting attacks sniffing.
X-XSS-Protection: 1; This enables the browser's XSS filter but does not block the page if an attack is detected.
Thanks
------------------------------
Adeoye Omoboya
------------------------------