Skip to content

Commit

Permalink
Remove gopher case from origin algorithm
Browse files Browse the repository at this point in the history
After #453 the gopher scheme is not special anymore. According to web-platform-tests/wpt#19770 the intention is that a gopher URL's origin would be opaque (null). Fixes part of #455.
  • Loading branch information
rmisev authored and annevk committed Oct 21, 2019
1 parent d589670 commit 7ae1c69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion url.bs
Expand Up @@ -2444,7 +2444,6 @@ background information. [[!HTML]]
(<code>https</code>, <code>whatwg.org</code>, null, null).

<dt>"<code>ftp</code>"
<dt>"<code>gopher</code>"
<dt>"<code>http</code>"
<dt>"<code>https</code>"
<dt>"<code>ws</code>"
Expand Down

0 comments on commit 7ae1c69

Please sign in to comment.