File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ services:
108108 working_dir : /app
109109 environment :
110110 - IRIS_SVELTEKIT_FRONTEND_DIR=${IRIS_SVELTEKIT_FRONTEND_DIR:-../iris-frontend}
111- - PUBLIC_EXTERNAL_API_URL=${PUBLIC_EXTERNAL_API_URL:-http ://127.0.0.1:8000 }
111+ - PUBLIC_EXTERNAL_API_URL=${PUBLIC_EXTERNAL_API_URL:-https ://127.0.0.1}
112112 - PUBLIC_INTERNAL_API_URL=http://${IRIS_UPSTREAM_SERVER}:${IRIS_UPSTREAM_PORT}
113113 - PUBLIC_USE_MOCK_API_DATA=false
114114 - ORIGIN=https://127.0.0.1
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ events {
2626
2727http {
2828 map $request_uri $csp_header {
29- default "default-src 'self' https://analytics.dfir-iris.org https://127.0.0.1 http://app:8000; script-src 'self' 'unsafe-inline' https://analytics.dfir-iris.org; style-src 'self' 'unsafe-inline'; img-src 'self' data:; connect-src 'self' http://127.0.0.1:8000; ";
29+ default "default-src 'self' https://analytics.dfir-iris.org https://127.0.0.1 http://app:8000; script-src 'self' 'unsafe-inline' https://analytics.dfir-iris.org; style-src 'self' 'unsafe-inline'; img-src 'self' data:;";
3030 }
3131 include /etc/nginx/mime.types;
3232
@@ -171,4 +171,4 @@ http {
171171 root /usr/share/nginx/html;
172172 }
173173 }
174- }
174+ }
You can’t perform that action at this time.
0 commit comments