Skip to content

Commit

Permalink
Merge pull request #2953 from aleksandrychev/ENT-4400_3.21.x
Browse files Browse the repository at this point in the history
ENT-4400: Allowed blob image-src in the Mission Portal CSP rules (3.21.x)
  • Loading branch information
craigcomstock authored Oct 11, 2024
2 parents c05b0ab + 1bcc230 commit 29d0cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfe_internal/enterprise/templates/httpd.conf.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ LogLevel warn
object-src 'none'; \
frame-src 'self'; \
child-src 'self'; \
img-src 'self' data: 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; \
font-src 'self' data: fonts.googleapis.com fonts.gstatic.com; \
connect-src 'self' fonts.gstatic.com fonts.googleapis.com; \
manifest-src 'self'; \
Expand Down

0 comments on commit 29d0cf0

Please sign in to comment.