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
I believe root cause is the CSP we added. The error on the console says something about a security violation loading a blob image (which we use to do export)
The text was updated successfully, but these errors were encountered:
Refused to load the image 'blob:null/2be24ff1-fd6c-4414-8aaf-755353ae29b7' because it violates the following Content Security Policy directive: "default-src 'unsafe-inline' 'unsafe-eval' vscode-resource: data: https: http:". Note that 'img-src' was not explicitly set, so 'default-src' is used as a fallback.
I believe root cause is the CSP we added. The error on the console says something about a security violation loading a blob image (which we use to do export)
The text was updated successfully, but these errors were encountered: