Skip to content

Commit e6e6c41

Browse files
bergatcovirgilchiriac
authored andcommitted
BC-11488 - Add glb and gltf to content whitelist in H5P configuration (#6206)
1 parent 6611a79 commit e6e6c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/server/src/modules/h5p-content-management/service/config/h5p-service-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ h5pConfig.ajaxUrl = '/ajax';
1010
h5pConfig.contentFilesUrl = '/content';
1111
h5pConfig.contentUserDataUrl = '/contentUserData';
1212
h5pConfig.contentWhitelist =
13-
'svg json png jpg jpeg gif bmp tif tiff webm mp4 ogg mp3 m4a wav txt pdf rtf doc docx xls xlsx ppt pptx odt ods odp csv md textile vtt webvtt ';
13+
'svg json png jpg jpeg gif bmp tif tiff webm mp4 ogg mp3 m4a wav txt pdf rtf doc docx xls xlsx ppt pptx odt ods odp csv md textile vtt webvtt glb gltf';
1414

1515
h5pConfig.librariesUrl = '/libraries';
1616
h5pConfig.paramsUrl = '/params';

0 commit comments

Comments
 (0)