delphi - TChromium LoadString - Not allowed to load local resource -


if trying load page loadstring recource load in it, example:

< style>          body {              background-image:url(local://c/background.gif);             background-repeat:no-repeat;             background-size: 100% 100%;          }  < /style> 

it not loading recource, gives not allowed load local resource error in console.
question: need do, fix problem or maybe workaround it?
tnx


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -