From 70f8f57f3e66810ccc8bb9cc9d8715bb0d152948 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Thu, 13 Jun 2024 16:24:11 +0100 Subject: [PATCH] Enable HTTPS-only, disable password breach detection --- roles/home-gui/files/chromium-Preferences | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/home-gui/files/chromium-Preferences b/roles/home-gui/files/chromium-Preferences index 8ba3b46..1a7e4ee 100644 --- a/roles/home-gui/files/chromium-Preferences +++ b/roles/home-gui/files/chromium-Preferences @@ -16,6 +16,7 @@ "consented_to_sync": false } }, + "https_only_mode_enabled": true, "intl": { "selected_languages": "en-GB,en-US,en" }, @@ -25,11 +26,13 @@ "ntp": { "shortcust_visible": false }, + "password_manager_leak_detection": false, "payments": { "can_make_payment_enabled": false }, "profile": { "password_account_storage_settings": {}, + "password_manager_leak_detection": false, "using_default_avatar": true, "using_default_name": true, "using_gaia_avatar": false