IMAGE TEST C - external URL

Edited

An image referenced by a public HTTPS URL rather than embedded. This one is already on the Vehiso help centre, so it is certainly reachable.

Image referenced by URL

What to look for: the linked image. The question this answers is whether Front copies it onto its own CDN at import time or leaves the article pointing at the original URL forever.

After importing, also open /en/articles/<this article id>.json on the published knowledge base and read the html_content field. If the image survived, the interesting part is what the src became: a frontkb-cdn.com URL means Front decoded and rehosted it, an unchanged value means it was stored verbatim, and a missing <img> means it was stripped on import.