-
Notifications
You must be signed in to change notification settings - Fork 79
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 #5
Comments
From @hillbrad on October 6, 2015 18:12 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]
|
From @shekyan on October 6, 2015 18:46 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. |
From @michaelficarra on October 6, 2015 12:57
See my comment in w3c/webappsec#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).Copied from original issue: w3c/webappsec#498
The text was updated successfully, but these errors were encountered: