creating google chrome shortcut with --disable-web-security -



creating google chrome shortcut with --disable-web-security -

i tryin access local files via jquerymobile, works fine in forefox , ie chrome gives security exception. can open chrome disabled security mode access local files using

c:\program files\chrome\chrome.exe --disable-web-security

or run via this

chrome.exe --disable-web-security

but there way can create shortcut on dsktop alsways open chrmoe in disabled security mode..?

just clone shortcut chrome have on desktop, , in shortcut properties add together parameter --disable-web-security @ end of chrome executable path

e.g

"c:\program files\google\chrome\application\chrome.exe" --disable-web-security

edit #1 : changed google chrome path, old 1 not correct. tried on xp fresh chrome installed, got error message flag not supported.

edit #2 : http://peter.sh/experiments/chromium-command-line-switches/

google-chrome

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -