Skip to content

Commit

Permalink
JI-6286 add changes to file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars-Magnus Underhaug committed May 7, 2024
1 parent 3e1f903 commit 92c67bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions h5p.classes.php
Original file line number Diff line number Diff line change
Expand Up @@ -2097,8 +2097,8 @@ class H5PCore {
'js/h5p-utils.js',
);

public static $defaultContentWhitelist = '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 static $defaultLibraryWhitelistExtras = 'js css';
public static $defaultContentWhitelist = 'json png jpg jpeg gif bmp tif tiff eot ttf woff woff2 otf webm mp4 ogg mp3 m4a wav txt pdf rtf doc docx xls xlsx ppt pptx odt ods odp csv diff patch swf md textile vtt webvtt gltf glb';
public static $defaultLibraryWhitelistExtras = 'js css svg xml';

public $librariesJsonData, $contentJsonData, $mainJsonData, $h5pF, $fs, $h5pD, $disableFileCheck;
const SECONDS_IN_WEEK = 604800;
Expand Down

0 comments on commit 92c67bf

Please sign in to comment.