收藏
回答

开发工具遇到提示信息,怎么修复或者屏蔽掉?

  1. Content Security Policy of your site blocks the use of 'eval' in JavaScript
  2. The Content Security Policy (CSP) prevents the evaluation of arbitrary strings as JavaScript to make it more difficult for an attacker to inject unathorized code on your site.
  3. To solve this issue, avoid using eval()new Function()setTimeout([string], ...) and setInterval([string], ...) for evaluating strings.
  4. If you absolutely must: you can enable string evaluation by adding unsafe-eval as an allowed source in a script-src directive.
  5. ⚠️ Allowing string evaluation comes at the risk of inline script injection.

如图所示

回答关注问题邀请回答
收藏

8 个回答

  • 工号 9527
    工号 9527
    2021-12-06

    开发者工具的运行时 appservice 中开了 csp

    基础库中引用了protobufjs 中有一段关于 eval 的 https://github.com/protobufjs/protobuf.js/issues/997

    所以有这个提示。

    忽略他即可

    2021-12-06
    有用
    回复 7
    • 一片冰心
      一片冰心
      2021-12-17
      忽略他获取位置信息弹窗弹不出来啊
      2021-12-17
      1
      回复
    • 工号 9527
      工号 9527
      2021-12-20回复一片冰心
      给个代码片段看下
      2021-12-20
      回复
    • 云淡风清 hello world
      云淡风清 hello world
      2022-01-09
      怎么关掉csp?
      2022-01-09
      回复
    • 云淡风清 hello world
      云淡风清 hello world
      2022-01-09
      你们官方明明看到这么多人都遇到这个问题,为什么还不完全解决一下呢?开发者在社区里提问得到有效回复的越来越低了,很多都不回复了。。。
      2022-01-09
      回复
    • 姜小华
      姜小华
      2022-02-13
      忽略的意思是不用管他吗?
      2022-02-13
      回复
    查看更多(2)
  • Neal
    Neal
    2021-09-14

    新项目什么都没做,为什么也报这个错误

    2021-09-14
    有用 3
    回复 1
    • 大子
      大子
      2022-01-24
      是的,新建个小程序,就有这个提示。
      2022-01-24
      回复
  • 阿晨
    阿晨
    2021-09-06

    楼主这个问题解决了吗?遇到了同样的问题

    2021-09-06
    有用 2
    回复
  • 唐3水
    唐3水
    2021-05-26

    这个东西会导致JS运行失败吗? 真是糟糕 也遇到了这个问题 跳转无效

    2021-05-26
    有用 1
    回复 4
    • 力丸
      力丸
      2021-07-26
      如何解决阿
      2021-07-26
      回复
    • 浪迹天涯
      浪迹天涯
      2021-08-22
      遇到同样的问题,跳转函数不触发,你的解决了吗?
      2021-08-22
      回复
    • 随变是只喵🐾
      随变是只喵🐾
      2021-10-29回复浪迹天涯
      请问怎么解决的,
      我现在也不跳转
      2021-10-29
      回复
    • 澄橙程
      澄橙程
      2022-05-24
      您好,请问解决了吗
      2022-05-24
      回复
  • 维她命系
    维她命系
    发表于小程序端
    2021-04-01

    点击 Issues 旁边关闭按钮

    2021-04-01
    有用 1
    回复 7
    • 雾都小哥
      雾都小哥
      2021-04-06
      关键是他一直有个黄色警告很烦
      2021-04-06
      回复
    • ElPsyCongroo
      ElPsyCongroo
      2021-04-25
      哦 , 就你聪明 ?
      2021-04-25
      回复
    • NAMELESS
      NAMELESS
      2021-07-14
      哇,真的没有了耶,好神奇
      2021-07-14
      回复
    • 。
      2021-07-22
      那个关闭按钮
      2021-07-22
      回复
    • 栉风
      栉风
      2021-08-20
      哪个按钮啊
      2021-08-20
      回复
    查看更多(2)
  • 大子
    大子
    2022-01-24

    提示Content Security Policy of your site blocks the use of 'eval' in JavaScrip 本来网页跳转好好的,出现这个以后,点击跳转网页传不了值,显示的值为空。y of your site blocks the use of 'eval' in JavaScript

    2022-01-24
    有用
    回复 2
    • 暮。
      暮。
      2022-03-31
      请问解决这个问题了吗?
      2022-03-31
      回复
    • K
      K
      2022-04-10
      请问解决了吗
      2022-04-10
      回复
  • 张玉龙
    张玉龙
    2021-12-04

    提示一模一样,在模拟器不运行,但偶尔运行。提交审核线上发布后,部分功能不能用。官方到底有没有解决办法?

    2021-12-04
    有用
    回复
  • Aru
    Aru
    2021-10-23

    请问各位大佬,这个问题是怎么解决的?求救。

    2021-10-23
    有用
    回复
登录 后发表内容
问题标签