google-chrome: add page (#4238)
This commit is contained in:
12
pages/linux/google-chrome.md
Normal file
12
pages/linux/google-chrome.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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`
|
Reference in New Issue
Block a user