Skip to content

Commit

Permalink
Merge pull request #2938 from aleksandrychev/ENT-11472
Browse files Browse the repository at this point in the history
Changed Mission Portal's CSP to support data url images
  • Loading branch information
nickanderson authored Jul 31, 2024
2 parents 71199ed + e2d08e9 commit 9c58f42
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 @@ -215,7 +215,7 @@ LogLevel warn
object-src 'none'; \
frame-src 'self'; \
child-src 'self'; \
img-src 'self' avatars.githubusercontent.com badges.gitter.im fonts.gstatic.com kiwiirc.com raw.githubusercontent.com; \
img-src 'self' data: 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 9c58f42

Please sign in to comment.