weblate.org: X-XSS-Protection not enabled
Low
W
Weblate
Submitted None
Actions:
Reported by
amsda
Vulnerability Details
Technical details and impact analysis
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:
Report Details
Additional information and metadata
State
Closed
Substate
Resolved
Submitted
Weakness
Cross-site Scripting (XSS) - Generic