summaryrefslogtreecommitdiffstats
path: root/Bugzilla/CGI.pm
diff options
context:
space:
mode:
authorKohei Yoshino <kohei.yoshino@gmail.com>2018-01-03 16:29:38 +0100
committerDylan William Hardison <dylan@hardison.net>2018-01-03 16:29:38 +0100
commit1ece54f087f04778b21e94cc52084bec629fc012 (patch)
tree88ed1bd524f4ec4bad0ac30af4312808749ea9dc /Bugzilla/CGI.pm
parent7b8975d8f53e882ad74f0c11b20beae4efebaafc (diff)
downloadbugzilla-1ece54f087f04778b21e94cc52084bec629fc012.tar.gz
bugzilla-1ece54f087f04778b21e94cc52084bec629fc012.tar.xz
Bug 1427656 - Remove ZeroClipboard helper
Diffstat (limited to 'Bugzilla/CGI.pm')
-rw-r--r--Bugzilla/CGI.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/CGI.pm b/Bugzilla/CGI.pm
index 0f9b0cf88..88a061844 100644
--- a/Bugzilla/CGI.pm
+++ b/Bugzilla/CGI.pm
@@ -62,7 +62,6 @@ sub SHOW_BUG_MODAL_CSP {
my ($bug_id) = @_;
my %policy = (
script_src => ['self', 'nonce', 'unsafe-inline', 'unsafe-eval', 'https://www.google-analytics.com' ],
- object_src => [Bugzilla->localconfig->{urlbase} . "extensions/BugModal/web/ZeroClipboard/ZeroClipboard.swf"],
img_src => [ 'self', 'https://secure.gravatar.com', 'https://www.google-analytics.com' ],
connect_src => [
'self',