From 846bd2116889ab1979bd460f0932eaeb86704199 Mon Sep 17 00:00:00 2001 From: Jonas Allmann Date: Thu, 4 Jul 2019 13:23:05 +0000 Subject: [PATCH] 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 --- .../components/aboutperformance/content/aboutPerformance.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/components/aboutperformance/content/aboutPerformance.xhtml b/toolkit/components/aboutperformance/content/aboutPerformance.xhtml index 8aba9143cf7e..e5643d425794 100644 --- a/toolkit/components/aboutperformance/content/aboutPerformance.xhtml +++ b/toolkit/components/aboutperformance/content/aboutPerformance.xhtml @@ -6,7 +6,7 @@ - + <link rel="icon" type="image/svg+xml" id="favicon" href="chrome://global/skin/icons/performance.svg"/>