From 7b77602ce9fe17d763b596cfa298ed6551b5beb5 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 --- 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 85d598d0cb..2cb7280aab 100644 --- a/cfe_internal/enterprise/templates/httpd.conf.mustache +++ b/cfe_internal/enterprise/templates/httpd.conf.mustache @@ -215,7 +215,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'; \