tldr/pages/linux/google-chrome.md

13 lines
325 B
Markdown
Raw Normal View History

2020-08-02 19:41:41 +01:00
# google-chrome
> The web browser from Google.
> More information: <https://chrome.google.com>.
- Run with a custom profile directory:
`google-chrome --user-data-dir={{path/to/directory}}`
- Run without CORS validation, useful to test an API:
`google-chrome --user-data-dir={{path/to/directory}} --disable-web-security`