【问题标题】:Chrome --disable-web-security no longer worksChrome --disable-web-security 不再有效
【发布时间】:2019-04-04 10:46:55
【问题描述】:

一段时间以来,出于调试目的,我们一直在使用以下工具打开没有跨域限制的 Google Crome。昨天它停止在我们所有的 Windows 计算机上运行。

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

Chrome 的当前版本是 70.0.3538.77(官方构建)(64 位)

【问题讨论】:

标签: google-chrome cross-domain


【解决方案1】:

显然,如果您添加以下内容,它会起作用 --disable-site-isolation-trials

【讨论】:

  • 对我来说(Chrome 73.0.3683.86),这会给出以下通知:You are using an unsupported command-line flag: --disable-site-isolation-trials. Stability and security will suffer. 但是添加了什么起作用:--disable-features=IsolateOrigins
猜你喜欢
  • 2013-10-16
  • 2016-07-01
  • 2011-10-18
  • 2015-10-21
  • 2012-07-13
  • 1970-01-01
  • 2013-07-14
  • 2015-06-28
相关资源
最近更新 更多