Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unneeded HTTP X-XSS-Protection Header #25

Closed
ojullien opened this issue Jan 15, 2021 · 0 comments · Fixed by #26
Closed

Remove unneeded HTTP X-XSS-Protection Header #25

ojullien opened this issue Jan 15, 2021 · 0 comments · Fixed by #26
Assignees
Labels
Configuration Apache configuration enhancement New feature or request
Milestone

Comments

@ojullien
Copy link
Owner

This protection is largely unnecessary in modern browsers when sites implement a strong Content-Security-Policy that disables the use of inline JavaScript ('unsafe-inline').

Read this MDN's article

@ojullien ojullien added enhancement New feature or request Configuration Apache configuration labels Jan 15, 2021
@ojullien ojullien added this to the v1.3.x milestone Jan 15, 2021
@ojullien ojullien self-assigned this Jan 15, 2021
ojullien added a commit that referenced this issue Jan 15, 2021
Signed-off-by: ojullien <ojullien@users.noreply.github.com>
ojullien added a commit that referenced this issue Jan 15, 2021
Signed-off-by: ojullien <ojullien@users.noreply.github.com>

Co-authored-by: ojullien <ojullien@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Configuration Apache configuration enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant