|
52 | 52 |
|
53 | 53 | uses_relative = ['', 'ftp', 'http', 'gopher', 'nntp', 'imap',
|
54 | 54 | 'wais', 'file', 'https', 'shttp', 'mms',
|
55 |
| - 'prospero', 'rtsp', 'rtspu', 'sftp', |
| 55 | + 'prospero', 'rtsp', 'rtsps', 'rtspu', 'sftp', |
56 | 56 | 'svn', 'svn+ssh', 'ws', 'wss']
|
57 | 57 |
|
58 | 58 | uses_netloc = ['', 'ftp', 'http', 'gopher', 'nntp', 'telnet',
|
59 | 59 | 'imap', 'wais', 'file', 'mms', 'https', 'shttp',
|
60 |
| - 'snews', 'prospero', 'rtsp', 'rtspu', 'rsync', |
| 60 | + 'snews', 'prospero', 'rtsp', 'rtsps', 'rtspu', 'rsync', |
61 | 61 | 'svn', 'svn+ssh', 'sftp', 'nfs', 'git', 'git+ssh',
|
62 | 62 | 'ws', 'wss', 'itms-services']
|
63 | 63 |
|
64 | 64 | uses_params = ['', 'ftp', 'hdl', 'prospero', 'http', 'imap',
|
65 |
| - 'https', 'shttp', 'rtsp', 'rtspu', 'sip', 'sips', |
66 |
| - 'mms', 'sftp', 'tel'] |
| 65 | + 'https', 'shttp', 'rtsp', 'rtsps', 'rtspu', 'sip', |
| 66 | + 'sips', 'mms', 'sftp', 'tel'] |
67 | 67 |
|
68 | 68 | # These are not actually used anymore, but should stay for backwards
|
69 | 69 | # compatibility. (They are undocumented, but have a public-looking name.)
|
|
72 | 72 | 'telnet', 'wais', 'imap', 'snews', 'sip', 'sips']
|
73 | 73 |
|
74 | 74 | uses_query = ['', 'http', 'wais', 'imap', 'https', 'shttp', 'mms',
|
75 |
| - 'gopher', 'rtsp', 'rtspu', 'sip', 'sips'] |
| 75 | + 'gopher', 'rtsp', 'rtsps', 'rtspu', 'sip', 'sips'] |
76 | 76 |
|
77 | 77 | uses_fragment = ['', 'ftp', 'hdl', 'http', 'gopher', 'news',
|
78 | 78 | 'nntp', 'wais', 'https', 'shttp', 'snews',
|
|
0 commit comments