Closed
Description
In this commit, this line was added:
customScheme: new Function('node', ''),
However, this violates the Chrome App contentSecurityPolicy:
You can’t use string-to-JavaScript methods like
eval()
andnew Function()
.
Meaning, that the player won't work in Chrome Apps without workarounds (and Chrome Extensions as well, though it's a bit easier to work around in that case).
Is there any way this can be changed? Thanks! 😄