We can improve the security headers score: https://securityheaders.com/?q=oktech.jp&followRedirects=on
I always set this in the netlify.toml config.
[[headers]]
for = "/*"
[headers.values]
Content-Security-Policy = "upgrade-insecure-requests"
Permissions-Policy = "camera=(), microphone=(), midi=()"
Referrer-Policy = "no-referrer-when-downgrade"
X-Content-Type-Options = "nosniff"
X-Frame-Options = "SAMEORIGIN"
X-XSS-Protection = "0"
and then you get A rating :-)

We can improve the security headers score: https://securityheaders.com/?q=oktech.jp&followRedirects=on
I always set this in the netlify.toml config.
and then you get A rating :-)