mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix bug #68426
This commit is contained in:
@ -2706,6 +2706,9 @@ private:
|
||||
if (sExtention == L"octet-stream")
|
||||
sExtention = L"jpg";
|
||||
|
||||
if (NotValidExtension(sExtention))
|
||||
return bRes;
|
||||
|
||||
nBase = sSrcM.find(L"base64", nEndBase);
|
||||
if (nBase == std::wstring::npos)
|
||||
return bRes;
|
||||
|
||||
Reference in New Issue
Block a user