Hello everyone,
first of all I am a total newbie in JavaScript.
I wanted to implement the modeler into an webserver which was not really a problem. I builded the package and imported it into the root folder of the webserver. Everything just works perfectly fine except the icons from the toolbar on the left are not aviable. This only occurs when opening the modeler from the webserver. When opening the modeler as local file on my desktop there is not a single problem.
The error message I get is:
Refused to load the font âdata:application/octet-stream;base64,d09GrgABAAAAAD6EAAsAAAAAukAAAQAAAAAA âŚâ because it violates the following Content Security Policy directive: âdefault-srcâ âselfâ". Note that âfont-srcâ was not explicitly set, so âdefault-srcâ is used as a fallback.
I tried adding this " < meta http-equiv=âContent-Security-Policyâ content=âfont-src âselfâ data:;â> " to the index.html, but it didnât change anything.
