Return to Snippet

Revision: 37300
at December 8, 2010 04:26 by nonlinearsound


Initial Code
open /Applications/Google\ Chrome.app --args --allow-file-access-from-files

Initial URL


Initial Description
If you want to run Google Chrome with additional program arguments under OSX, one way, is to use "open" and its --args argument.

Use it to start Chrome with the --allow-file-access-from-files setting (or any other).

Create a link to it to run it faster next time.

Initial Title
Run Google Chrome with additional arguments settings under OSX

Initial Tags
osx, security

Initial Language
Bash