From 14fef3a5574b4dfe3b726cf4192e742564393d13 Mon Sep 17 00:00:00 2001 From: Nick Anderson Date: Thu, 19 Dec 2024 11:48:04 -0600 Subject: [PATCH] Allowed images from raw.github.com README files in build module repos often contain images, sometimes those images are served from raw.github.com. This change allows those images to be displayed within the Build app in Mission Portal. Ticket: ENT-12531 Changelog: Title (cherry picked from commit 7b77602ce9fe17d763b596cfa298ed6551b5beb5) --- 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 ccda230574..21eeb33e59 100644 --- a/cfe_internal/enterprise/templates/httpd.conf.mustache +++ b/cfe_internal/enterprise/templates/httpd.conf.mustache @@ -210,7 +210,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; \ + img-src 'self' data: blob: avatars.githubusercontent.com badges.gitter.im fonts.gstatic.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'; \