Content Security Policy related errors in GDK
Summary
This issue is to list down issues / errors related to CSP wrt GDK
Issues
-
worker-src
worker-srcdirective is missingblob:anddata:attributes.If this directive is absent, the user agent will first look for the child-src directive, then the script-src directive, then finally for the default-src directive, when governing worker execution.
-
child-src
child-srcdirective is missingselfattributeworker-src is not supported in Safari yet.
-
noncenonceattribute is probably missing while preloadingmonacoeditor, probably worth looking intopreload_link_taghelper. Reproducible in Web IDE.PoC
13.12review app
Edited by Dheeraj Joshi




