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
https://w3c.github.io/webappsec-csp/#fetch-integration says:
§4.1.3 Should request be blocked by Content Security Policy? is called as part of step #5 of its Main Fetch algorithm.
but step 5 of that algorithm has nothing to do with CSP.
§4.1.4 Should response to request be blocked by Content Security Policy? is called as part of step #13 of its Main Fetch algorithm.
and again that has nothing to do with CSP.
As an editorial matter, "of its" is unclear to me: what is "it" referring to there?
The text was updated successfully, but these errors were encountered:
Thank you for reporting this. I've updated the references.
Sorry, something went wrong.
No branches or pull requests
https://w3c.github.io/webappsec-csp/#fetch-integration says:
but step 5 of that algorithm has nothing to do with CSP.
and again that has nothing to do with CSP.
As an editorial matter, "of its" is unclear to me: what is "it" referring to there?
The text was updated successfully, but these errors were encountered: