mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-02-07 13:14:54 -05:00
Add # and ircs:// to valid URL scheme list.
This commit is contained in:
@@ -134,12 +134,14 @@ def edit_comment_filter(text = ''):
|
||||
|
||||
valid_link_schemes = (
|
||||
'/',
|
||||
'#',
|
||||
'http://',
|
||||
'https://',
|
||||
'ftp://',
|
||||
'mailto:',
|
||||
'steam://',
|
||||
'irc://',
|
||||
'ircs://',
|
||||
'news://',
|
||||
'mumble://',
|
||||
'ssh://',
|
||||
|
||||
Reference in New Issue
Block a user