summaryrefslogtreecommitdiffstats
path: root/index.cgi
diff options
context:
space:
mode:
authorKohei Yoshino <kohei.yoshino@gmail.com>2017-11-28 17:27:54 +0100
committerDylan William Hardison <dylan@hardison.net>2017-11-28 17:27:54 +0100
commit064427551b0dfd6a383f59367d1efd16a86d5251 (patch)
tree24788f56412d8f16d36207f119b1fcd16e0bd5b0 /index.cgi
parent5d70ba4413fde42de842105a76f95cd4b54c1825 (diff)
downloadbugzilla-064427551b0dfd6a383f59367d1efd16a86d5251.tar.gz
bugzilla-064427551b0dfd6a383f59367d1efd16a86d5251.tar.xz
Bug 1379607 - Reimplement Google Analytics on bugzilla.mozilla.org
Diffstat (limited to 'index.cgi')
-rwxr-xr-xindex.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.cgi b/index.cgi
index d73ccd5d9..63865f908 100755
--- a/index.cgi
+++ b/index.cgi
@@ -64,7 +64,7 @@ if ($can_cache && $if_none_match && any { $_ eq $weak_etag } split(/,\s*/, $if_n
}
else {
my $template = Bugzilla->template;
- $cgi->content_security_policy(script_src => ['self']);
+ $cgi->content_security_policy(script_src => ['self', 'https://www.google-analytics.com']);
# Return the appropriate HTTP response headers.
print $cgi->header(