Skip to content

Commit 3878063

Browse files
committed
Fix example Dockerfile
1 parent ad6c028 commit 3878063

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

example-widget-mui/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
FROM ghcr.io/nordeck/matrix-widget-toolkit/widget-server:1
22

3+
# Allow loading images from all HTTP(s) URLs and blobs
4+
ENV CSP_IMG_SRC="http: https: blob:"
5+
# Also with fetch/XMLHttpRequest
6+
ENV CSP_CONNECT_SRC="http: https: blob:"
7+
38
ADD build /usr/share/nginx/html/

0 commit comments

Comments
 (0)