Creating Google Chrome shortcut with --disable-web-security

后端 未结 12 1291
南方客
南方客 2020-11-30 12:10

I am trying to access some local files via jqueryMobile, it works fine in Firefox and IE but Chrome gives a security exception. I can open Chrome in disabled security mode t

12条回答
  •  悲哀的现实
    2020-11-30 12:51

    chrome security command for windows open run->than paste this command and make sure you have to close all windows before run this command

    "chrome --disable-web-security --user-data-dir"

提交回复
热议问题