gpt4 book ai didi

google-chrome-app - Chrome 打包应用程序中的 Mathjax

转载 作者:行者123 更新时间:2023-12-04 05:48:02 24 4
gpt4 key购买 nike

我正在尝试在 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)");

最佳答案

打包应用中不允许使用 eval 和 new 函数,这需要一套严格的内容安全策略。请参阅文档 Comply with CSP了解更多详情。

该页面链接到几个不同的解决方案,最有可能的是使用 sandboxing .

关于google-chrome-app - Chrome 打包应用程序中的 Mathjax,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18348375/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com