From 94d602e6b1ea16a0ab640e53fe57024d409997a0 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Fri, 10 May 2019 00:36:11 -0400 Subject: [PATCH] requestFromBrowser is required until we update ohif-core --- public/config/docker_nginx-orthanc.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/public/config/docker_nginx-orthanc.js b/public/config/docker_nginx-orthanc.js index 15a97f76c..b184c5a9d 100644 --- a/public/config/docker_nginx-orthanc.js +++ b/public/config/docker_nginx-orthanc.js @@ -12,10 +12,7 @@ window.config = { imageRendering: 'wadors', thumbnailRendering: 'wadors', requestOptions: { - auth: 'orthanc:orthanc', - logRequests: true, - logResponses: false, - logTiming: true, + requestFromBrowser: true, }, }, ],