How can I debug with --disable-web-security on?
Hello folks,
I'm trying to get the debug browser to open with the same origin check disabled.
I'm able to do it manually by using the following command:
open -a Google\ Chrome --args --disable-web-security
The profile offers a pre launch arguments but I can't see a way to modify the open call to the browser itself.
Any ideas?
M>
Attachment(s):
Screen Shot 2013-04-02 at 11.02.45 AM.png
请先登录再写评论。
Settings (Preferences on Mac) | Web Browsers --> Chrome | Settings | Command line options ?
This is my solution as Frontend Developer. :) Maybe it helps you.
With this three steps you can debug with CORS hint. Sometimes I need it.