You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/10/25 16:56:41 UTC

[GitHub] [cordova-plugin-file] breautek commented on issue #355: how can i solve: [phonegap] [console.warn] Could not load worker SecurityError: Failed to construct 'Worker': Access to the script at 'blob:file%3A///2b3de33d-22f8-4ff0-b883-02d1ccfc511f' is denied by the document's Content Security Policy.

breautek commented on issue #355: how can i solve: [phonegap] [console.warn] Could not load worker SecurityError: Failed to construct 'Worker': Access to the script at 'blob:file%3A///2b3de33d-22f8-4ff0-b883-02d1ccfc511f' is denied by the document's Content Security Policy.
URL: https://github.com/apache/cordova-plugin-file/issues/355#issuecomment-546431099
 
 
   You have an incorrect CSP configuration. 
   
   The `script-src` section of `Content-Security-Policy` meta tag needs to have `blob:`
   
   You can read more at https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-whitelist/#content-security-policy

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org