You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Important security headers are missing or misconfigured.
Technical description:
The application lacks essential security headers or has these misconfigured:
X-XSS-Protection is set to 0
The CSP header is minimal (frame-ancestors 'self')
Lack of Strict-Transport-Security header
Missing Permissions-Policy
Impact:
Missing or misconfigured security headers might expose the application to XSS attacks, clickjacking, and other security risks.
Recommendation:
Remove the obsolete X-XSS-Protection header and rely on modern browser built-in XSS protection such as CSP. NOTE: this is just set to 0 by default by Rails for legacy clients.
Ignoring Permissions-Policy as there seems to be no way yet to ban all browser features and whitelist the ones we actually want. Of which, at the moment, there aren't any, so we'd have to ban everything and keep the list up to date, which seems impractical. See w3c/webappsec-permissions-policy#189
Important security headers are missing or misconfigured.
Technical description:
The application lacks essential security headers or has these misconfigured:
Impact:
Missing or misconfigured security headers might expose the application to XSS attacks, clickjacking, and other security risks.
Recommendation:
The text was updated successfully, but these errors were encountered: