diff --git a/pages/linux/google-chrome.md b/pages/linux/google-chrome.md new file mode 100644 index 000000000..42486f4be --- /dev/null +++ b/pages/linux/google-chrome.md @@ -0,0 +1,12 @@ +# google-chrome + +> The web browser from Google. +> More information: . + +- 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`