The following Photoshop UXP panel crashes Photoshop, try it in e.g. UXP Developer Tools playground:
<!DOCTYPE html>
<html>
<body>
<img src="https://files.catbox.moe/vc7acj.png">
</body>
</html>
(the manifest file needs permissions to the image host)
"requiredPermissions": {
"network": {
"domains": [ "https://files.catbox.moe" ]
}
}
The file is a PNG file with 8-bit indexed colors.
Trying to display this type of file completely hangs my Photoshop process, requiring manual process kill.
Photoshop version: 25.4.0
UXP version: 7.3.0
Operating system: Windows 11