Skip to content

Commit

Permalink
Add # and ircs:// to valid URL scheme list.
Browse files Browse the repository at this point in the history
  • Loading branch information
spladug committed Nov 21, 2011
1 parent 8865943 commit fea1cf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions r2/r2/lib/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,14 @@ def edit_comment_filter(text = ''):

valid_link_schemes = (
'/',
'#',
'http://',
'https://',
'ftp://',
'mailto:',
'steam://',
'irc://',
'ircs://',
'news://',
'mumble://',
'ssh://',
Expand Down

0 comments on commit fea1cf8

Please sign in to comment.