Friday, January 10, 2014

Chrome load unsafe scripts

During development of web applications, when previewing in chrome, it might prevent execution of certain scripts.

Chrome will show a warning symbol anoouncing that ihas blocked certain content/script.



To prevent chrome from blocking execution of certain script, use the following command line param while starting chrome.

"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --allow-running-insecure-content

You can modify the chrome shortcut and add this param.



No comments:

Post a Comment