dnscrypt-website icon indicating copy to clipboard operation
dnscrypt-website copied to clipboard

Wrong http CSP(Content-Security-Policy) header?

Open PeterDaveHello opened this issue 3 years ago • 0 comments

Just found that there's an error of the CSP header, and looks like the directive is missing, something like default-src should be added.

I can't find the place to send a PR for it, so an issue's here instead.

image

$ curl -sI https://dnscrypt.info/stamps/ | grep -i ^content-security-policy
content-security-policy: https: 'unsafe-inline'; reflected-xss block

https://csp-evaluator.withgoogle.com/

image

PeterDaveHello avatar Dec 21 '21 06:12 PeterDaveHello