aboutsummaryrefslogtreecommitdiff
path: root/src/schemes.js
blob: fecc1ddb775fd52d6a1dab3f1829a8fa1a9565b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
'use strict';

module.exports = [
  'aaa',
  'aaas',
  'about',
  'acap',
  'acct',
  'cap',
  'cid',
  'coap',
  'coap+tcp',
  'coap+ws',
  'coaps',
  'coaps+tcp',
  'coaps+ws',
  'crid',
  'data',
  'dav',
  'dict',
  'dns',
  'example',
  'file',
  'ftp',
  'geo',
  'go',
  'gopher',
  'h323',
  'http',
  'https',
  'iax',
  'icap',
  'im',
  'imap',
  'info',
  'ipp',
  'ipps',
  'iris',
  'iris.beep',
  'iris.lwz',
  'iris.xpc',
  'iris.xpcs',
  'jabber',
  'ldap',
  'leaptofrogans',
  'mailto',
  'mid',
  'msrp',
  'msrps',
  'mtqp',
  'mupdate',
  'news',
  'nfs',
  'ni',
  'nih',
  'nntp',
  'opaquelocktoken',
  'pkcs11',
  'pop',
  'pres',
  'reload',
  'rtsp',
  'rtsps',
  'rtspu',
  'service',
  'session',
  'shttp',
  'sieve',
  'sip',
  'sips',
  'sms',
  'snmp',
  'soap.beep',
  'soap.beeps',
  'stun',
  'stuns',
  'tag',
  'tel',
  'telnet',
  'tftp',
  'thismessage',
  'tip',
  'tn3270',
  'turn',
  'turns',
  'tv',
  'urn',
  'vemmi',
  'vnc',
  'ws',
  'wss',
  'xcon',
  'xcon-userid',
  'xmlrpc.beep',
  'xmlrpc.beeps',
  'xmpp',
  'z39.50r',
  'z39.50s',
];