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

Security vulnerability: use X-Frame-Options header as default #105

Open
svenha opened this issue Feb 25, 2024 · 1 comment
Open

Security vulnerability: use X-Frame-Options header as default #105

svenha opened this issue Feb 25, 2024 · 1 comment

Comments

@svenha
Copy link

svenha commented Feb 25, 2024

All Hop websites (without any special configuration) are vulnerable to click jacking (or UI redress attack). Can we please have a default http header? For example,

 X-Frame-Options: SAMEORIGIN

see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options

@svenha
Copy link
Author

svenha commented Mar 13, 2024

DENY is more secure than SAMEORIGIN. I opened a pull request: #106

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

No branches or pull requests

1 participant