From 4697310074223a52423e118a3474cb2342e5248c Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Mon, 6 Jun 2011 16:18:44 -0400 Subject: Bug 649281 - Add ircs:// to url protocols for external links in comment author=Matt Selsky, r=dkl, a=LpSolit --- Bugzilla/Constants.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index bfa0d22de..32c74e920 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -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', -- cgit v1.2.3-24-g4f1b