Skip to content

Commit

Permalink
Editorial: tweak wording on no-parameters
Browse files Browse the repository at this point in the history
Closes #78.
  • Loading branch information
domenic committed Feb 20, 2020
1 parent a3b6a0c commit 7a83dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ <h3 id="origin-policy-header">The `<code>Origin-Policy</code>` HTTP header</h3>

<p class="note">If an ID is provided for <code>preferred</code>, it is unnecessary to also include it in the <code>allowed</code> list.</p>

No [=structured header/parameters=] are used in any locations within the structured header.
This specification does not currently use [=structured header/parameters=] in any locations within the structured header it defines.

The processing model for this header, including the fallback behavior for when it is not provided or does not conform to the above data model, is given in [[#from-response]]. In general, the fallback behavior for malformed headers is to behave the same as if `<code>Origin-Policy: allowed=(null)</code>` is sent, and thus use the [=null origin policy=] for processing the [=response=]. The processing model for omitting the header is to use any previously-cached [=/origin policy=] for the [=/origin=].

Expand Down

0 comments on commit 7a83dc9

Please sign in to comment.