w3c / webappsec-csp

WebAppSec Content Security Policy
https://w3c.github.io/webappsec-csp/
Other
207 stars 78 forks source link

[Editorial] Fix link to published CSP 2 in README.md #605

Closed bwbroersma closed 1 year ago

bwbroersma commented 1 year ago

See: https://github.com/w3c/webappsec-csp/blob/ea230bc52b7909f03eca527fe80c6e27aedee0f4/README.md#L6 This http version works: http://w3c.org/TR/CSP2 :arrow_right: https://www.w3.org/TR/CSP2 :arrow_right: https://www.w3.org/TR/CSP2/. However https does not work:

$ curl https://w3c.org
curl: (7) Failed to connect to w3c.org port 443: Connection refused

So the link should either be changed to http or one of the redirects, e.g. https://www.w3.org/TR/CSP2/.