I am trying to launch Chrome on mac machine from terminal. I want to pass 2 flags: open /Applications/Google\ Chrome.app/ --args --disable-web-security --allow-access-from-files It seems to be picking up the first flag but not the second. screenshot
Asked
Active
Viewed 920 times
0
-
What Google Chrome version are you using? I think you should check this answer: http://stackoverflow.com/questions/35432749/disable-web-security-in-chrome-48-and-49 – jvarela Oct 19 '16 at 19:19
-
Chrome Version: 54 – OneXer Oct 20 '16 at 09:12
-
thx jvarela. I don't have any issues launching Chrome with the --disable-web-security flag. My problem is I can't launch Chrome with both flags. THere does not seem to be an issue in Chrome, but with Mac I am getting problems – OneXer Oct 20 '16 at 12:11