当需要将复制的内容粘贴到浏览器的控制台console中时,产生警告信息严重影响调试效率。
警告内容:
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. Please type ‘allow pasting’ below to allow pasting.。
(警告:不要将您不理解或没有自己审核的代码粘贴到Devtols上 在Console中。
解决方案。
手动输入控制台代码指令,解除上述限制可以:
allow pasting。