We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6611a79 commit e6e6c41Copy full SHA for e6e6c41
apps/server/src/modules/h5p-content-management/service/config/h5p-service-config.ts
@@ -10,7 +10,7 @@ h5pConfig.ajaxUrl = '/ajax';
10
h5pConfig.contentFilesUrl = '/content';
11
h5pConfig.contentUserDataUrl = '/contentUserData';
12
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 ';
+ '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';
14
15
h5pConfig.librariesUrl = '/libraries';
16
h5pConfig.paramsUrl = '/params';
0 commit comments