Closed lmichalevich closed 1 year ago
https://github.com/demisto/content/pull/30744/files
We added a server url to the image src when the images paths that started with /xsoar/image or with acc_{name}/markdown/image.
/xsoar/image
acc_{name}/markdown/image
In XSOAR-NG it works different because the path starts with /xsoar.
XSOAR-NG
/xsoar
This PR handles images that the path starts also with /xsoar.:
Related PRS
https://github.com/demisto/content/pull/30744/files
Description
We added a server url to the image src when the images paths that started with
/xsoar/image
or withacc_{name}/markdown/image
.In
XSOAR-NG
it works different because the path starts with/xsoar
.This PR handles images that the path starts also with
/xsoar
.: