Skip to content

Commit

Permalink
fix(h5p-server): added gltf and glb to allowed content file formats
Browse files Browse the repository at this point in the history
  • Loading branch information
sr258 committed Mar 5, 2022
1 parent 564d4d1 commit add90d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/h5p-server/src/implementation/H5PConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default class H5PConfig implements IH5PConfig {
public contentHubMetadataRefreshInterval: number = 1 * 1000 * 60 * 60 * 24;
public contentUserDataUrl: string = '/contentUserData';
public contentWhitelist: string =
'json png jpg jpeg gif bmp tif tiff svg eot ttf woff woff2 otf webm mp4 ogg mp3 m4a wav txt pdf rtf doc docx xls xlsx ppt pptx odt ods odp xml csv diff patch swf md textile vtt webvtt';
'json png jpg jpeg gif bmp tif tiff svg eot ttf woff woff2 otf webm mp4 ogg mp3 m4a wav txt pdf rtf doc docx xls xlsx ppt pptx odt ods odp xml csv diff patch swf md textile vtt webvtt gltf glb';
public coreApiVersion: { major: number; minor: number } = {
major: 1,
minor: 24
Expand Down

0 comments on commit add90d4

Please sign in to comment.