From 349f419b919eaea21dfb05c16d224ab6003384f1 Mon Sep 17 00:00:00 2001 From: Ihor Aleksandrychiev Date: Fri, 4 Sep 2026 16:11:13 +0300 Subject: [PATCH] Allowed images loading from github.com in Mission Portal Required by the Build app modules descriptions to render GitHub CI badges Ticket: ENT-14462 Signed-off-by: Ihor Aleksandrychiev --- cfe_internal/enterprise/templates/httpd.conf.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfe_internal/enterprise/templates/httpd.conf.mustache b/cfe_internal/enterprise/templates/httpd.conf.mustache index 397d714107..d2fe8bdf27 100644 --- a/cfe_internal/enterprise/templates/httpd.conf.mustache +++ b/cfe_internal/enterprise/templates/httpd.conf.mustache @@ -220,7 +220,7 @@ LogLevel warn object-src 'none'; \ frame-src 'self'; \ child-src 'self'; \ - img-src 'self' data: blob: avatars.githubusercontent.com badges.gitter.im fonts.gstatic.com kiwiirc.com raw.githubusercontent.com raw.github.com; \ + img-src 'self' data: blob: avatars.githubusercontent.com badges.gitter.im fonts.gstatic.com github.com kiwiirc.com raw.githubusercontent.com raw.github.com; \ font-src 'self' data: fonts.googleapis.com fonts.gstatic.com; \ connect-src 'self' fonts.gstatic.com fonts.googleapis.com; \ manifest-src 'self'; \