If i trying to load page with LoadString with recource load in it, for example:
< style>
body {
Background-Image:url(local://c/Background.gif);
Background-Repeat:No-Repeat;
Background-Size: 100% 100%;
}
< /style>
It not loading this recource, it gives Not allowed to load local resource
error in console.
Question: What i need to do, for fix this problem or maybe workaround it?
TNX