requestFromBrowser is required until we update ohif-core

This commit is contained in:
dannyrb 2019-05-10 00:36:11 -04:00
parent 73713664b2
commit 94d602e6b1

View File

@ -12,10 +12,7 @@ window.config = {
imageRendering: 'wadors', imageRendering: 'wadors',
thumbnailRendering: 'wadors', thumbnailRendering: 'wadors',
requestOptions: { requestOptions: {
auth: 'orthanc:orthanc', requestFromBrowser: true,
logRequests: true,
logResponses: false,
logTiming: true,
}, },
}, },
], ],