关于metabase的启动问题

余生长醉 提交于 2019-12-11 03:21:13

发现这个metabase真的是很神奇,从github上原封不动download的代码,push到gitlab上,然后再从gitlab上clone下来想在本地执行,始终是没办法执行,比对了代码也是一模一样的。
报的错是:

Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-eval' https://maps.google.com https://apis.google.com https://www.google-analytics.com https://*.googleapis.com *.gstatic.com localhost:8080 'sha256-JQDbp3Mhu24XN1+s9uU0HkmkcixHffMicidPncBvl44=' 'sha256-th95qRHdfM3L4RZBzA4kCzxGwFYlM995AM5Jk99o8lI=' 'sha256-9BXohtg6TyBdzvQQ5FFJDMsrtNBx3p29yA8VDrZuug0='". Either the 'unsafe-inline' keyword, a hash ('sha256-lMAh4yjVuDkQ9NqkK4H+YHUga+anpFs5JAuj/uZh0Rs='), or a nonce ('nonce-...') is required to enable inline execution.

求救大神。

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!