From e58b5f28292edf48082a437d04e900d34b146cc7 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 After #453 the "gopher:" is not special anymore. According to https://github.com/whatwg/url/issues/342 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"