I am attempting to implement a CSP, using self, some domains, some hashes as well as a nonce.
My CSP is flagging script-src-elem when attempting to run line 75 of BackgroundIframe.js. I believe that it is because the iframe src property is being set to javascript:"".
Removing the explicit setting of the src to javascript:'' solves the issue.