Skip to content

Commit

Permalink
add description about required CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
Salipa-Gurung committed Oct 21, 2024
1 parent edf25e5 commit 58dce9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions webApps/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]/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"
}
],
Expand Down

0 comments on commit 58dce9d

Please sign in to comment.