Disable-web-security in Chrome 48+

前端 未结 13 2496
遇见更好的自我
遇见更好的自我 2020-11-27 10:33

I have a problem with the --disable-web-security flag. It is not working in Chrome 48 and Chrome 49 beta on Windows.

I\'ve tried killing all of the inst

13条回答
  •  Happy的楠姐
    2020-11-27 10:58

    In a terminal put these:

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

提交回复
热议问题