Bug 649281 - Add ircs:// to url protocols for external links in comment
author=Matt Selsky, r=dkl, a=LpSolit git-svn-id: svn://10.0.0.236/trunk@262370 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1 +1 @@
|
||||
7831
|
||||
7832
|
||||
@@ -429,8 +429,8 @@ use constant MAX_STS_AGE => 604800;
|
||||
|
||||
# Protocols which are considered as safe.
|
||||
use constant SAFE_PROTOCOLS => ('afs', 'cid', 'ftp', 'gopher', 'http', 'https',
|
||||
'irc', 'mid', 'news', 'nntp', 'prospero', 'telnet',
|
||||
'view-source', 'wais');
|
||||
'irc', 'ircs', 'mid', 'news', 'nntp', 'prospero',
|
||||
'telnet', 'view-source', 'wais');
|
||||
|
||||
# Valid MIME types for attachments.
|
||||
use constant LEGAL_CONTENT_TYPES => ('application', 'audio', 'image', 'message',
|
||||
|
||||
Reference in New Issue
Block a user