gpt4 book ai didi

Dart Polymer Paper with Chrome app -(内联脚本 CSP 问题)

转载 作者:行者123 更新时间:2023-12-05 01:03:32 29 4
gpt4 key购买 nike

我正在尝试使用 the dart package for Paper Element ,当我将它作为网页运行时它运行良好,但是当我启动它时出现了几个 CSP 错误 作为打包的 chrome 应用程序 .它们都与包的内联脚本相关,并且不显示自定义元素:

Refused to execute inline script because it violates the following Content Security Policy directive: "default-src 'self' chrome-extension-resource:". Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution. Note also that 'script-src' was not explicitly set, so 'default-src' is used as a fallback. core-icon.html:43


  • 有没有人在 chrome 打包的应用程序中成功使用过 Dart 纸元素?
  • 有没有办法从 list 中禁用这个 csp?

  • Here is my sample project

    最佳答案

    我以为我读到此设置已从 Polymer 中删除,但包 README 仍显示它

    https://pub.dartlang.org/packages/polymer

    transformers:
    - polymer:
    entry_points:
    - web/index.html
    - web/index2.html
    csp: true

    这是问题(未修复)
    https://code.google.com/p/dart/issues/detail?id=18011

    我今天读到一个 Polymer.js 问题,说 HtmlImports polyfill 会导致这个问题,但我没有仔细看。
    我刚刚尝试过,但无法找到讨论。

    关于Dart Polymer Paper with Chrome app -(内联脚本 CSP 问题),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24620604/

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