Chrome 49 plus --disable-web-security

后端 未结 7 1666
星月不相逢
星月不相逢 2020-12-29 07:39

Today (Mar, 15, 2016) chrome stopped working with the --disable-web-security flag. I have tried the following options described in various posts: 1) Kill all instances of Ch

7条回答
  •  梦毁少年i
    2020-12-29 08:32

    I have solutions that are using --disable-web-security.

    Finally I found solution. Now chrome just will accept it if you set --user-data-dir together. You will have different instances when you use it. Try it:

    "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --disable-web-security --user-data-dir="D:\chrome"
    

提交回复
热议问题