From 58dce9d14ed25f3a67f14e60d7b9e8ac45bbca06 Mon Sep 17 00:00:00 2001 From: Salipa-Gurung Date: Mon, 21 Oct 2024 17:06:53 +0545 Subject: [PATCH] add description about required CSP --- webApps/apps.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webApps/apps.json b/webApps/apps.json index 4b6d312..0995f89 100644 --- a/webApps/apps.json +++ b/webApps/apps.json @@ -361,16 +361,17 @@ "url": "https://github.com/saw-jan/web-app-3dmodel-viewer" } ] - } - , + }, { "id": "com.github.owncloud.web-app-dicom-viewer", "name": "DICOM Viewer", "subtitle": "Preview DICOM files (.dcm) – both the medical images and their corresponding metadata.", + "description": "Blob sources (child-src: 'blob'), data and url connections(connect-src: 'data:' 'https://unpkg.com/detect-gpu@5.0.38/dist/benchmarks/d-intel.json') and unsafe dynamic code evaluation (script-src: '''unsafe-eval''') must all be allowed in CSP", "license": "AGPL-3.0", "versions": [ { "version": "1.0.0", + "minOCIS": "6.2.0", "url": "https://github.com/owncloud/web-app-dicom-viewer/releases/download/1.0.0/dicom-viewer-1.0.0.zip" } ],