这几天使用webstorm调试自己的页面时,页内跳转老是出现这个问题,说是链接不安全没法直接跳转,然后要你复制链接到剪切板,自己去浏览器跳转
Page 'http://localhost:63342/xxxx.html' requested without authorization, you can copy URL and open it in browser to trust it.
刚好今天也找到了解决办法,记录下来
进入 WebStorm 的 setting > Build > Debugger 的 Allow unsigned requests 打钩就可以解决这个问题