I'm developing a Google Chrome Extension that makes use of an iframe. Getting an error in the console when run as an Extension from Chrome but NO ERRORS when run as a local file or on github.
The app functions as it should as an extension (regardless of the error). I do understand that this is a content security policy violation. Is there a way around this or am I going about writing to the iframe incorrectly...
Please help. Thanks.