本文最后更新于 2024年3月1日,已超过 7 月没有更新,如果文章内容失效,请反馈给我们,谢谢!
今天在code-server遇到一个错误提示
如下:
crypto.subtle' is not available so webviews will not work. This is likely because the editor is not running in a secure context (https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts).: Error: 'crypto.subtle' is not available so webviews will not work. This is likely because the editor is not running in a secure context (https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts).
解决办法:
开启chrome 的 unsafely-treat-insecure-origin-as-secure 功能
chrome://flags/#unsafely-treat-insecure-origin-as-secure
将对应的 code-server 网址填入对应的网址框,并开启该功能
© 版权声明
分享是一种美德,转载请保留原链接
THE END