We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
@drepeeters any updates on this?
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: