Skip to content

Commit

Permalink
HTML: "gopher" is no longer a special scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Sep 3, 2023
1 parent 9a06a7e commit a44bb1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -674,13 +674,13 @@ onload = function() {

var test_scheme_urls = ['ftp://example.invalid/?x=\u00E5',
'file:///?x=\u00E5',
'gopher://example.invalid/?x=\u00E5',
'http://example.invalid/?x=\u00E5',
'https://example.invalid/?x=\u00E5',
];

var test_scheme_urls_utf8 = ['ws://example.invalid/?x=\u00E5',
'wss://example.invalid/?x=\u00E5',
'gopher://example.invalid/?x=\u00E5',
'mailto:example@invalid?x=\u00E5',
'data:text/plain;charset='+encoding+',?x=\u00E5',
'javascript:"?x=\u00E5"',
Expand Down

0 comments on commit a44bb1c

Please sign in to comment.