You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We also have the problem that the map won't load with a strict CSP in place. The problem seems to be that maplibre tries to create a worker with a blob WORKER_URL ("blob:http://localhost:4200/{randomly-generated-guid}"). Unfortunately we haven't found a way to change the WORKER_URL. There is a setWorkerUrl function exported by the @maptiler/sdk, but it seems that the worker is created before any of our initialisation code is executed. Any hints on how to make this work would be greatly appreciated, thank you.
Could you please provide the required CSP directives to make the map working with a strict CSP ruleset?
The text was updated successfully, but these errors were encountered: