Skip to content

fix: add X-XSS-Protection response header#104

Merged
likeamike merged 1 commit intodevelopmentfrom
fix/x-xss-protection-header
Apr 22, 2026
Merged

fix: add X-XSS-Protection response header#104
likeamike merged 1 commit intodevelopmentfrom
fix/x-xss-protection-header

Conversation

@likeamike
Copy link
Copy Markdown
Collaborator

@likeamike likeamike commented Apr 22, 2026

Applicable issues

Description of changes

Adds the X-XSS-Protection: 1; mode=block response header to address a security scan finding. The app already has a strong nonce-based CSP so this is a compliance addition with no functional impact on modern browsers.

Checklist

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

@likeamike likeamike merged commit 6f66a04 into development Apr 22, 2026
11 checks passed
@likeamike likeamike deleted the fix/x-xss-protection-header branch April 22, 2026 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Security] Browser Cross-Site Scripting Filter Disabled

2 participants