Skip to content

Commit dc61ac9

Browse files
authored
Merge pull request #1012 from dfir-iris/revert-1010-new_ui_integration
Revert "Added support for calling from a new Svelte UI."
2 parents bdcbb78 + bd209a3 commit dc61ac9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docker/nginx/nginx-newui.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ events {
2626

2727
http {
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+
}

0 commit comments

Comments
 (0)