Skip to content

sinch/start-chrome-with-flags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

#Start Chrome With Flags (Mac)

When using the Sinch JavaScript SDK locally in Chrome, it is necessary to start Chrome with the flag --allow-file-access-from-files.

  1. Find the path to Chrome on your computer by opening chrome://version. Look for Executable Path. Copy that path.

  2. Quit Chrome! Don't just close your open tabs, but actually quit!

  3. From your terminal, run $ YOUR_EXECUTABLE_PATH --allow-file-access-from-files

  4. Chrome should launch now. Navigate back to chrome://version to see that the flag has been added properly

    Chrome flags example

  5. To quit, press Ctrl-C in the terminal tab that is running Chrome.

About

How to start Chrome with flags from your Mac.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published