From 72fc2e787be663f5bc39c88665dd3c356abbca0f Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Wed, 14 Sep 2016 15:34:34 +0200 Subject: [PATCH] Stop treating about URLs as same-origin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Browsers don’t implement about:blank as such and certainly don’t want to implement about:config et al this way. Thanks to mode “navigate” this change also doesn’t impact navigation, where about:blank needs to remain same-origin. It might impact , but the current standard for that element is known to be broken. Fixes #384 and closes #385 by extension. --- Overview.html | 6 +----- Overview.src.html | 4 ---- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/Overview.html b/Overview.html index 342a1186e..0615ce675 100644 --- a/Overview.html +++ b/Overview.html @@ -7,7 +7,7 @@

Fetch

-

Living Standard — Last Updated 31 August 2016

+

Living Standard — Last Updated 14 September 2016

Participate: @@ -2487,10 +2487,6 @@

5.1 Main fetch

scheme is "data" and request's same-origin data-URL flag is set -
request's - current url's - scheme is - "about"
request's mode is "navigate" or "websocket" diff --git a/Overview.src.html b/Overview.src.html index e40a21473..41d67da86 100644 --- a/Overview.src.html +++ b/Overview.src.html @@ -2417,10 +2417,6 @@

Main fetch

scheme is "data" and request's same-origin data-URL flag is set -
request's - current url's - scheme is - "about"
request's mode is "navigate" or "websocket"