diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2026-04-13 12:51:19 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2026-04-13 12:51:19 -0300 |
| commit | ccb019066dcf5e45a42372f1c1a9afb12527fa1f (patch) | |
| tree | 7f7ad29bcbad44920035801755720997371aad7c | |
| parent | 045264b31872caa05a845ea928c45133c20cb557 (diff) | |
| download | utils-x11-master.tar.gz utils-x11-master.tar.bz2 | |
| -rwxr-xr-x | chromium-incognito | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium-incognito b/chromium-incognito index 801675c..09594fa 100755 --- a/chromium-incognito +++ b/chromium-incognito @@ -3,6 +3,7 @@ # https://www.chromium.org/Home/chromium-security/site-isolation # +# Using --password-store=basic to avoid the password prompt upon startup if which chromium 2> /dev/null; then - chromium --incognito --site-per-process $* + chromium --incognito --site-per-process --password-store=basic $* fi |
