From 1dba2e15234b1d3b6343a166989a7a049edd7cc7 Mon Sep 17 00:00:00 2001 From: Alex Christensen Date: Thu, 17 Oct 2019 12:07:15 -0700 Subject: [PATCH] Remove gopher from list of special schemes Fixes #342 --- url.bs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/url.bs b/url.bs index 3fe82964..d38d9443 100644 --- a/url.bs +++ b/url.bs @@ -1141,20 +1141,12 @@ corresponding port and is listed in the second column on the same port "ftp"21 "file" - "gopher"70 "http"80 "https"443 "ws"80 "wss"443 - -

A URL is special if its scheme is a special scheme. A URL is not special if its scheme is not a special scheme.