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

后端 未结 12 1261
南方客
南方客 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 13:01

    Goto window search type Run

    then on the run popup

    just paste "chrome.exe --user-data-dir="C:/Chrome dev session" --disable-web-security "

    and ok || worked for me :)

提交回复
热议问题