From 5e7028eed8d182dc9a3d4f8421ad015a49267e6d 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 d7ca5b74789..5b35bcf2421 100644
--- a/source
+++ b/source
@@ -2840,7 +2840,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
@@ -26172,8 +26171,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.
@@ -27037,8 +27034,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.