TomerLand - Hey, I want to customize some icons...
Hey, I want to customize some icons in the embedded app, spotter for example
I set up the svg in the following public address
https://myhost.com/my-icon.svg
I added https://myhost.com
in CSP connect-src
domains and CSP img-src domains
rules
I added the following link in the sprite config
const iconSpriteUrl = 'https://myhost.com/my-icon.svg';
now, when I load the embedded component, I’m getting
request-interceptor.ts:24 Fetch API cannot load https://myhost.com/my-icon.svg. Refused to connect because it violates the document's Content Security Policy.
any ideas how to debug that?Solution:Jump to solution
Hey @TomerLand ,
I suppose your dev.dev.env0 - server hosting the SVG accepting requests from the insights.env0.com - Please check this. ( basically hitting the CORS here )
I hope you have whitelisted everything according to docs.
...
8 Replies
this is the svg
Can you also add it in CSP visual embed hosts?
I'll try that and let you know
It is already configured in the CSP visual embed hosts
@yuichirio_ha can you help here?
@TomerLand can you post a screenshot of the error? It generally also complains about what in CSP is in violation.
sure, let me get that
this is the relevant error for the svg

Solution
Hey @TomerLand ,
I suppose your dev.dev.env0 - server hosting the SVG accepting requests from the insights.env0.com - Please check this. ( basically hitting the CORS here )
I hope you have whitelisted everything according to docs.
If nothing works test it once with - Add the svg on github - get the jsdeliver url for the svg and try it out.
Otherwise let's quick connect if nothing works out of the above.