I am trying to access some local files through jqueryMobile, it works fine in forefox and IE, but chrome provides a security exception. I can open chrome disabled security mode to access local files using
C:\Program Files\Chrome\Chrome.exe --disable-web-security
or run it through
chrome.exe --disable-web-security
but is there a way to create a shortcut on dsktop that will always open chrmoe in disabled security mode.?
source
share