From e548c55711aa6b196ade061dc3c7a39f341fb451 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Wed, 14 Sep 2016 16:11:01 +0200 Subject: [PATCH] Remove Fetch's same-origin data URL flag The change to Fetch discussed in https://github.com/whatwg/fetch/issues/381 made it obsolete. Closes #1243, closes #1778, and closes #1779 as these are all treated as same-origin now per the change to Fetch. --- source | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source b/source index 916906b48f5..2eea67c652a 100644 --- a/source +++ b/source @@ -2838,7 +2838,6 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
  • priority
  • origin
  • omit-Origin-header flag
  • -
  • same-origin data-URL flag
  • referrer
  • synchronous flag
  • mode
  • @@ -26170,8 +26169,6 @@ was an English <a href="/wiki/Music_hall">music hall</a> singer, ... picture, set request's initiator to "imageset".

    -

    ⌛ Set request's same-origin data-URL flag.

    -

    ⌛ Set request's referrer policy to the current state of the element's referrerpolicy attribute.

    @@ -27035,8 +27032,6 @@ was an English <a href="/wiki/Music_hall">music hall</a> singer, ... data-x="">imageset", and set request's synchronous flag.

    -
  • Set request's same-origin data-URL flag.

  • -
  • Set request's referrer policy to the current state of the element's referrerpolicy attribute.