Skip to content

Commit

Permalink
fix: added gltf and glb to allowed file extensions (#2000)
Browse files Browse the repository at this point in the history
  • Loading branch information
sr258 committed Nov 22, 2021
1 parent 44a98e0 commit e6fb6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/config/H5PConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default class H5PConfig implements IH5PConfig {
public contentTypeCacheRefreshInterval: 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 e6fb6c1

Please sign in to comment.