Merge branch 'develop' into feature/2024.10
This commit is contained in:
commit
9937ff39be
32 changed files with 1958 additions and 274 deletions
|
|
@ -99,6 +99,15 @@ export const FILE_EXT_TRACKER_MODULES = [
|
|||
'mmcmp',
|
||||
];
|
||||
|
||||
export const FILE_TYPE_FLASH_CONTENT = [
|
||||
'application/x-shockwave-flash',
|
||||
'application/vnd.adobe.flash.movie',
|
||||
];
|
||||
|
||||
export const FILE_EXT_FLASH_CONTENT = [
|
||||
'swf',
|
||||
];
|
||||
|
||||
/*
|
||||
https://github.com/sindresorhus/file-type/blob/main/supported.js
|
||||
https://github.com/sindresorhus/file-type/blob/main/core.js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue