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

Improve website safety #559

Open
drepeeters opened this issue Mar 4, 2024 · 2 comments
Open

Improve website safety #559

drepeeters opened this issue Mar 4, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@drepeeters
Copy link
Contributor

According to https://securityheaders.com/?q=https%3A%2F%2Fdiagnijmegen.nl&followRedirects=on our website is missing some security headers. We can see if we can improve this using settings on Netlify.

A safer website could help improve the ranking of the our website and make it more findable.

@drepeeters drepeeters added the enhancement New feature or request label Mar 4, 2024
@drepeeters
Copy link
Contributor Author

I have added the following headers to website-diag/netlify.toml:

[[headers]]
for = "/*"
[headers.values]
X-Frame-Options = "SAMEORIGIN"
X-Content-Type-Options = "nosniff"
Referrer-Policy = "no-referrer"
Permissions-Policy = "geolocation=(self), microphone=()"

Missing headers are not yet updated on the securityheaders.com website. I'll check again after the weekend if these headers are updated.

@marinadamato
Copy link
Contributor

@drepeeters any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants