Skip to content

Commit

Permalink
Merge pull request #1563 from nickanderson/ENT-12531/3.24.x
Browse files Browse the repository at this point in the history
ENT-12531: Allowed images from raw.github.com (3.24)
  • Loading branch information
nickanderson authored Dec 19, 2024
2 parents 7d8c4d1 + b5f7799 commit 132fa21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps-packaging/apache/httpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,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'; \
Expand Down

0 comments on commit 132fa21

Please sign in to comment.