I am developing a plugin by Forge ( Custom UI)
I import the third library UI.
I see the error belows:
hasRelativeStackingContext.js:22 Refused to load the font 'data:font/ttf;base64,AA*************
because it violates the following Content Security Policy directive: "font-src 'self'".
I add the meta tag in a header in the file “index.html” but it still not working.
<meta http-equiv="Content-Security-Policy" content="font-src 'self' data:; img-src 'self' data:; default-src 'self'">