admin管理员组文章数量:1310325
After updating my chrome, I'm unable to disable web security using the --disable-web-security
mand. I've tried lot of options, but without success, including using the --user-data-dir
flag.
This is the mand I'm running:
start "" "c:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --user-data-dir="d:/_chrome_dev" --disable-web-security
I'm getting the following error:
You are using unsupported mand --disable-web-security
After updating my chrome, I'm unable to disable web security using the --disable-web-security
mand. I've tried lot of options, but without success, including using the --user-data-dir
flag.
This is the mand I'm running:
start "" "c:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --user-data-dir="d:/_chrome_dev" --disable-web-security
I'm getting the following error:
Share Improve this question edited Aug 5, 2016 at 12:08 Blue 22.9k7 gold badges66 silver badges98 bronze badges asked Aug 5, 2016 at 10:11 Raiper34Raiper34 5372 gold badges7 silver badges20 bronze badges 7You are using unsupported mand --disable-web-security
-
Try
start "" "c:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --disable-web-security --user-data-dir
– Blue Commented Aug 5, 2016 at 10:16 -
1
Also, before you launch chrome, make sure there are no processes already running. Check task manager, and look for
chrome.exe
. Sometimes even when all the windows are closed, it still lingers in the systray for a bit longer. – Blue Commented Aug 5, 2016 at 10:17 - Same... "You are using unsupported mand --disable-web-security" – Raiper34 Commented Aug 5, 2016 at 10:26
- You said "Same". I didn't see any mention of an error "You are using unsupported mand". Can you edit your question and update it with the error you're receiving? – Blue Commented Aug 5, 2016 at 10:29
- Does it show "Stability and security will suffer." after? – Blue Commented Aug 5, 2016 at 10:30
3 Answers
Reset to default 3For mac OS, the steps are as follows:
1 - Close down chrome. All instances of chrome must be closed first.
2 - Open Terminal
3 - Run the following mand:
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --disable-web-security --user-data-dir
I used this Chrome plugin instead and it wokrs :) https://chrome.google./webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi
1)You have to make sure there are no processes already running. Check task manager, and look for chrome.exe, if exist close it.
2) Then open with mand "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" -disable-web-security -user-data-dir
本文标签: javascriptChrome disable web security same origin policy no more workingStack Overflow
版权声明:本文标题:javascript - Chrome disable web security same origin policy no more working - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741819347a2399270.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论