Skip to content

Commit 7204ca9

Browse files
annevkdomenic
authored andcommitted
Remove Fetch's same-origin data URL flag
The change to Fetch discussed in whatwg/fetch#381 made it obsolete. Closes #1778, and closes #1779 as these are all treated as same-origin now per the change to Fetch.
1 parent 1752559 commit 7204ca9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

source

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2840,7 +2840,6 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
28402840
<li><dfn data-x="concept-request-priority" data-x-href="https://fetch.spec.whatwg.org/#concept-request-priority">priority</dfn></li>
28412841
<li><dfn data-dfn-for="request" data-x="concept-request-origin" data-x-href="https://fetch.spec.whatwg.org/#concept-request-origin">origin</dfn></li>
28422842
<li><dfn data-x-href="https://fetch.spec.whatwg.org/#omit-origin-header-flag">omit-<code>Origin</code>-header flag</dfn></li>
2843-
<li><dfn data-x-href="https://fetch.spec.whatwg.org/#same-origin-data-url-flag">same-origin data-URL flag</dfn></li>
28442843
<li><dfn data-x="concept-request-referrer" data-x-href="https://fetch.spec.whatwg.org/#concept-request-referrer">referrer</dfn></li>
28452844
<li><dfn data-x-href="https://fetch.spec.whatwg.org/#synchronous-flag">synchronous flag</dfn></li>
28462845
<li><dfn data-x="concept-request-mode" data-x-href="https://fetch.spec.whatwg.org/#concept-request-mode">mode</dfn></li>
@@ -26172,8 +26171,6 @@ was an English &lt;a href="/wiki/Music_hall">music hall&lt;/a> singer, ...</pre>
2617226171
<code>picture</code></span>, set <var>request</var>'s <span
2617326172
data-x="concept-request-initiator">initiator</span> to "<code data-x="">imageset</code>".</p>
2617426173

26175-
<p>&#x231B; Set <var>request</var>'s <span>same-origin data-URL flag</span>.</p>
26176-
2617726174
<p>&#x231B; Set <var>request</var>'s
2617826175
<span data-x="concept-request-referrer-policy">referrer policy</span> to the current state of
2617926176
the element's <code data-x="attr-img-referrerpolicy">referrerpolicy</code> attribute.</p>
@@ -27037,8 +27034,6 @@ was an English &lt;a href="/wiki/Music_hall">music hall&lt;/a> singer, ...</pre>
2703727034
data-x="">imageset</code>", and set <var>request</var>'s <span>synchronous
2703827035
flag</span>.</p></li>
2703927036

27040-
<li><p>Set <var>request</var>'s <span>same-origin data-URL flag</span>.</p></li>
27041-
2704227037
<li><p>Set <var>request</var>'s
2704327038
<span data-x="concept-request-referrer-policy">referrer policy</span> to the current state of
2704427039
the element's <code data-x="attr-img-referrerpolicy">referrerpolicy</code> attribute.</p></li>

0 commit comments

Comments
 (0)