-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
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
CSP: clarify whitespace characters #498
Comments
As part of a HTTP header, though, we can't allow line feeds or carriage On Tue, Oct 6, 2015 at 5:57 AM Michael Ficarra [email protected]
|
CSP spec should be transport agnostic and inputs containing LF and CR would be restricted by HTTP. Consider the case of meta-tag as a transport and HTML entity representing a new line. |
This issue was moved to w3c/webappsec-csp#5 |
See my comment in #495 (comment).
I think we should just replace usage of RFC 5234
WSP
(the latter usage above) with HTML5'sspace characters
(the former usage above).The text was updated successfully, but these errors were encountered: