Skip to content

Commit 7b77602

Browse files
committed
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
1 parent bbec246 commit 7b77602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfe_internal/enterprise/templates/httpd.conf.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ LogLevel warn
215215
object-src 'none'; \
216216
frame-src 'self'; \
217217
child-src 'self'; \
218-
img-src 'self' data: blob: avatars.githubusercontent.com badges.gitter.im fonts.gstatic.com kiwiirc.com raw.githubusercontent.com; \
218+
img-src 'self' data: blob: avatars.githubusercontent.com badges.gitter.im fonts.gstatic.com kiwiirc.com raw.githubusercontent.com raw.github.com; \
219219
font-src 'self' data: fonts.googleapis.com fonts.gstatic.com; \
220220
connect-src 'self' fonts.gstatic.com fonts.googleapis.com; \
221221
manifest-src 'self'; \

0 commit comments

Comments
 (0)