Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.12.2
-
03b5eb203a18dcd97d6ddf5dd4dfc980eca8200e (qt/qtwebengine/5.12)
Description
When a page is loaded via a custom url scheme then it will not load any links referenced via a relative path. So if a link is like:
<img src="foo.png">
it will not attempt to load it, unless the scheme is explicit like:
<img src="webui:foo.png">