Allow data URL external images

This commit is contained in:
Ruichka 2025-03-08 15:39:33 +03:00
parent f859439fc8
commit 259e1df73e
12 changed files with 32 additions and 32 deletions

View file

@ -13,7 +13,7 @@
* Example: 1.102.2 -> Major version 1, Minor version 102, Patch version 2
*/
const VERSION = "1.108.4";
const VERSION = "1.108.5";
if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function");
{