我正在尝试在 Chrome 打包应用程序中使用 MathJax。它根本没有加载,出现以下错误:
Uncaught EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "default-src 'self' chrome-extension-resource:".
我怎样才能让它工作?
编辑
IT 显示这条线是图书馆的问题
var CONSTRUCTOR = function () {
return new Function ("return arguments.callee.Init.call(this,arguments)");