Skip to content

Commit 54db959

Browse files
annevkAlice Boxhall
authored and
Alice Boxhall
committed
Remove Fetch's same-origin data URL flag
The change to Fetch discussed in whatwg/fetch#381 made it obsolete. Closes whatwg#1778, and closes whatwg#1779 as these are all treated as same-origin now per the change to Fetch.
1 parent 914abde commit 54db959

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>
@@ -26174,8 +26173,6 @@ was an English &lt;a href="/wiki/Music_hall">music hall&lt;/a> singer, ...</pre>
2617426173
<code>picture</code></span>, set <var>request</var>'s <span
2617526174
data-x="concept-request-initiator">initiator</span> to "<code data-x="">imageset</code>".</p>
2617626175

26177-
<p>&#x231B; Set <var>request</var>'s <span>same-origin data-URL flag</span>.</p>
26178-
2617926176
<p>&#x231B; Set <var>request</var>'s
2618026177
<span data-x="concept-request-referrer-policy">referrer policy</span> to the current state of
2618126178
the element's <code data-x="attr-img-referrerpolicy">referrerpolicy</code> attribute.</p>
@@ -27039,8 +27036,6 @@ was an English &lt;a href="/wiki/Music_hall">music hall&lt;/a> singer, ...</pre>
2703927036
data-x="">imageset</code>", and set <var>request</var>'s <span>synchronous
2704027037
flag</span>.</p></li>
2704127038

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

0 commit comments

Comments
 (0)