Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome --disable-web-security no longer works

We have been using the following to open Google Crome without a Cross-Origin limitation for debug purposes for some time. Yesterday it stopped working on all of our Windows computers.

chrome.exe https://"www.testsite.com" --disable-web-security --user-data-dir="d:/tempchromedata"

Current version of Chrome is Version 70.0.3538.77 (Official Build) (64-bit)

like image 714
user1480192 Avatar asked Oct 31 '18 09:10

user1480192


1 Answers

Apparently if you add the following it works --disable-site-isolation-trials

like image 60
user1480192 Avatar answered Oct 15 '22 04:10

user1480192