fix: scanSVG incorrect ext reference (#4825)
This commit is contained in:
parent
67c1be75f3
commit
e84c15b926
@ -104,7 +104,7 @@ module.exports = class Asset extends Model {
|
|||||||
WIKI.config.uploads.scanSVG &&
|
WIKI.config.uploads.scanSVG &&
|
||||||
(
|
(
|
||||||
opts.mimetype.toLowerCase().startsWith('image/svg') ||
|
opts.mimetype.toLowerCase().startsWith('image/svg') ||
|
||||||
opts.ext.toLowerCase() === 'svg'
|
fileInfo.ext.toLowerCase() === '.svg'
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
const svgSanitizeJob = await WIKI.scheduler.registerJob({
|
const svgSanitizeJob = await WIKI.scheduler.registerJob({
|
||||||
|
Loading…
Reference in New Issue
Block a user