From 2a97a3d144edfc7c029911fe6c44fc7d79f94cbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rimas=20Misevi=C4=8Dius?= Date: Fri, 18 Oct 2019 19:58:16 +0300 Subject: [PATCH] Remove gopher's case from origin's algorithm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After #453 the "gopher:" is not special anymore. According to [200~https://github.com/web-platform-tests/wpt/pull/19770 an intention is that gopher's URL's origin would be opaque (null). --- url.bs | 1 - 1 file changed, 1 deletion(-) diff --git a/url.bs b/url.bs index d38d9443..c9effff7 100644 --- a/url.bs +++ b/url.bs @@ -2444,7 +2444,6 @@ background information. [[!HTML]] (https, whatwg.org, null, null).
"ftp" -
"gopher"
"http"
"https"
"ws"