The `--disable-web-security` command is seems no longer working

后端 未结 3 437
情话喂你
情话喂你 2020-12-14 16:43

The command --disable-web-security to allow for cross domain requests on Chrome is no longer working, I presume due to the latest update.

Is there a wo

相关标签:
3条回答
  • extend disable web security command with --user-data-dir. This worked for me, more details are on >https://bugs.chromium.org/p/chromium/issues/detail?id=575690

    Command I use in windows :

    "C:\Users\Public\Desktop\Google Chrome.lnk" --disable-web-security  --user-data-dir
    
    0 讨论(0)
  • 2020-12-14 17:05

    Open the task manager in your laptop or computer and try to kill all the existing chrome* instances in you system and run the shortcut with "\Google\Chrome\Application\chrome.exe --disable-web-security"

    It always resets when you restart the laptop or computer so, you may need to do this step when you re-start the system.

    0 讨论(0)
  • 2020-12-14 17:22

    Kill all instances and try again. Had the same problem today and after I killed chrome it works.

    0 讨论(0)
提交回复
热议问题