-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【20160930】Chrome 跨域 disable-web-security 关闭安全策略 #28
Comments
Closed
如果在开着一个chrome的情况下使用这种方式跨域会有什么问题?我之前有几次操作是在开着chrome的时候使用的这种方式,然后会创建一个新的chrome窗口出来。这种方式会影响chrome 的安全吗? |
@txytju 黑客(cracker)可以讓你的網頁偷偷連到他的伺服器下載惡意代碼 |
https://github.com/yize/xswitch 支持一键 CORS + URL 重写 |
2020年 最新的chrome浏览器好像不行啊 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
为什么这样关闭Chrome安全策略跨域?
做前端的知道跨域这个问题,现在前后端开发分离了,然后开发联调的时候,我们本地的前端项目访问后端的接口时,就报跨域问题。 跨域问题 有多种解决方案,比如 CORS跨域,JSONP,HTML5 的 postMessage 等。
当遇到以下情况,则可以简单的使用 关闭Chrome 安全策略跨域
切记切记
mac
window下
一、命令行打开方式
"C:\Users\UserName\AppData\Local\Google\Chrome\Application\chrome.exe" --disable-web-security --user-data-dir
//不知道chrome.exe 地址的话
右键chrome图标-->属性-->如下图-->图中 目标 就是文件的位置了,直接复制出来即可
二、配置快捷方式打开【简单粗暴】
chrome53 版本,设置这样好像不起作用。【操作系统 window7,64位】,只能用命令行
Linux【未测试过】
成功效果
The text was updated successfully, but these errors were encountered: