Skip to content
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

Define parsing for X-Content-Type-Options in detail #818

Merged
merged 4 commits into from Nov 1, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions fetch.bs
Expand Up @@ -2517,11 +2517,11 @@ steps:

<li><p>If <var>value</var> is null, then return false.

<li><p>Let <var>stringValue</var> be the <a>isomorphic encode</a> of <var>value</var>.
<li><p>Let <var>stringValue</var> be the <a>isomorphic decode</a> of <var>value</var>.

<li>
<p>Let <var>tokens</var> be the result of
<a lt="split on commas">Spliting <var>stringValue</var> on commas</a>.
<a lt="split on commas">spliting <var>stringValue</var> on commas</a>.
annevk marked this conversation as resolved.
Show resolved Hide resolved

<p class="note">This intentionally strips U+000C FORM FEED, despite 0x0C not being being a
<a>HTTP whitespace byte</a>.
annevk marked this conversation as resolved.
Show resolved Hide resolved
Expand Down