标签
chrome
Code-Server 提示 This is likely because the editor is not running in a secure context
今天在code-server遇到一个错误提示 如下: 解决办法: 开启chrome 的 unsafely-treat-insecure-origin-as-secure 功能 chrome://flags/#unsafely-treat-insecure-origin-as-secure 将对应的 code-server 网址填入对应的网址框,并开启该功能
Chrome Edge 浏览器控制台不允许粘贴
会弹出警告: Warning: Don’t paste code into the DevTools Console that you don’t understand or haven’t reviewed yourself. This could allow attackers to steal your identity or take control of your computer. P ...