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:
mkanat%bugzilla.org
2011-06-06 20:22:14 +00:00
parent 065776d23c
commit f44fd4858b
2 changed files with 3 additions and 3 deletions

View File

@@ -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',