Bug 1561257 - Fix missing favicons from about:performance, r=ckerschb

Amend CSP of aboutPerformance.xhtml to allow loading favicons through data: URIs.

Differential Revision: https://phabricator.services.mozilla.com/D36910

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jonas Allmann 2019-07-04 13:23:05 +00:00
parent d1e552113e
commit 846bd21168

View File

@ -6,7 +6,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Security-Policy" content="default-src chrome:" />
<meta http-equiv="Content-Security-Policy" content="default-src chrome:;img-src data:" />
<title data-l10n-id="about-performance-title"/>
<link rel="icon" type="image/svg+xml" id="favicon"
href="chrome://global/skin/icons/performance.svg"/>