赞
踩
最新项目遇到很多反馈视频无法播放的问题,debug了很多次,最终确定是由于谷歌浏览器会自动强制更新到94最新版本,该版本的一下配置被默认关闭了,导致插件无法正常启动。
以下解决方法转载自:解决谷歌浏览器最新chrome94版本CORS跨域问题 - 知乎
CORS跨域问题:
升级谷歌浏览器最新chrome94版本后,提示Access to XMLHttpRequest at 'http://localhost:xxxx/api' from origin 'http://xxx.xxx.com:xxxx' has been blocked by CORS policy: The request client is not a secure context and the resource is in more-private address space `local`.
解决办法:
打开浏览器,进入chrome://flags/页面
搜索Block insecure private network requests
设置为Disabled,Relaunch就好了。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。