chrome 阻止跨域操作的解决方法 --disable-web-security

做chrome插件时,遇到https页面上请求htttp页面资源时被blocked的问题(其实就是被浏览器同源策略限制了),初苦寻解决方法未果,最后找到:

给chrome加上 --disable-web-security 参数

原文地址:https://www.cnblogs.com/z-sm/p/4018606.html