Plugin Directory

Changeset 3083014


Ignore:
Timestamp:
05/08/2024 07:07:21 AM (22 months ago)
Author:
underhaug
Message:

Prepare changes to file upload

File:
1 edited

Legend:

Unmodified
Added
Removed
  • h5p/trunk/h5p-php-library/h5p.classes.php

    r3008807 r3083014  
    20232023  );
    20242024
    2025   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';
    2026   public static $defaultLibraryWhitelistExtras = 'js css';
     2025  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';
     2026  public static $defaultLibraryWhitelistExtras = 'js css svg xml';
    20272027
    20282028  public $librariesJsonData, $contentJsonData, $mainJsonData, $h5pF, $fs, $h5pD, $disableFileCheck;
Note: See TracChangeset for help on using the changeset viewer.