From 513d54afe1c2d8357a0db13287f84ad9b86a19c8 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 30f8a4fea30..768418e8dd7 100644
--- a/source
+++ b/source
@@ -2844,7 +2844,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
@@ -26236,8 +26235,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.
@@ -27101,8 +27098,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.