Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yutakahirano committed Jun 4, 2020
1 parent 839b636 commit 7019eaa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1761,17 +1761,18 @@ source of security bugs. Please seek security review for features that deal with

<p class="note">This is not <var>response</var>'s <a for=response>URL</a> in order to avoid
leaking information about redirect targets (see
<a href="https://w3c.github.io/webappsec-csp/#security-violation-reports">similar considerations
for CSP reporting</a> too).
<a href="https://w3c.github.io/webappsec-csp/#security-violation-reports">similar considerations for CSP reporting</a>
too). [[CSP]]

<li><p><a>Set the username</a> given <var>url</var> and the empty string.

<li><p><a>Set the password</a> given <var>url</var> and the empty string.

<li><p>Return <var>url</var> <a lt="url serializer">serialized</a>with the
<li><p>Return the <a lt="url serializer">serialization</a> of <var>url</var> with the
<i>exclude fragment flag</i> set.
</ol>


<h4 id=responses>Responses</h4>

<p>The result of <a for=/>fetch</a> is a
Expand Down

0 comments on commit 7019eaa

Please sign in to comment.