From 7d43e9d25a229b7e2f07e20815a827b669fc9023 Mon Sep 17 00:00:00 2001 From: alientim Date: Tue, 15 Oct 2024 10:50:28 +0200 Subject: [PATCH] =?UTF-8?q?etc/chromium/policies/managed/disable=5Fpasswor?= =?UTF-8?q?d=5Fsaving.json=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/chromium/policies/managed/disable_password_saving.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 etc/chromium/policies/managed/disable_password_saving.json diff --git a/etc/chromium/policies/managed/disable_password_saving.json b/etc/chromium/policies/managed/disable_password_saving.json new file mode 100644 index 0000000..63b1e66 --- /dev/null +++ b/etc/chromium/policies/managed/disable_password_saving.json @@ -0,0 +1,4 @@ +{ + "PasswordManagerEnabled": false, + "PasswordManagerAllowShowPasswords": false +} \ No newline at end of file