weblate.org: X-XSS-Protection not enabled
Low
Vulnerability Details
Hi,
X-Xss-Protection @https://weblate.org has not been set.
This header is used to configure the built in reflective XSS protection found in Internet Explorer, Chrome and Safari (Webkit). Valid settings for the header are 0, which disables the protection, 1 which enables the protection and 1; mode=block which tells the browser to block the response if it detects an attack rather than sanitising the script.
NginX: add_header X-Xss-Protection "1; mode=block" always;
Apache: Header always set X-Xss-Protection "1; mode=block"
IIS:
Actions
View on HackerOneReport Stats
- Report ID: 223723
- State: Closed
- Substate: resolved
- Upvotes: 2