Closed
Description
The issue with using blobs to load our Worker is that stricter CSPs will not allow it. You cannot control the "source" of the blob, so allowing our worker blob would allow all blobs.
Instead, the proposed solution would be to release the worker to our CDN and add an option to the replay SDK to load from the CDN instead of a blob. This would mean that users could then allow worker-src
for our CDN.