From e95eb32ffd1458764da83dbd3495e867d068d251 Mon Sep 17 00:00:00 2001 From: Hal <11689349+yokoffing@users.noreply.github.com> Date: Wed, 21 Feb 2024 12:12:20 -0500 Subject: [PATCH] signon.firefoxRelay.feature --- Securefox.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Securefox.js b/Securefox.js index 29470af..d794bf9 100644 --- a/Securefox.js +++ b/Securefox.js @@ -809,9 +809,13 @@ user_pref("signon.privateBrowsingCapture.enabled", false); // [2] https://support.mozilla.org/en-US/kb/firefox-lockwise-managing-account-data // user_pref("signon.management.page.breach-alerts.enabled", false); //user_pref("signon.management.page.breachAlertUrl", ""); -// user_pref("browser.contentblocking.report.lockwise.enabled", false); +//user_pref("browser.contentblocking.report.lockwise.enabled", false); //user_pref("browser.contentblocking.report.lockwise.how_it_works.url", ""); +// disable Firefox Relay +// Privacy & Security > Passwords > Suggest Firefox Relay email masks to protect your email address +//user_pref("signon.firefoxRelay.feature", ""); + // PREF: disable websites autocomplete // Don't let sites dictate use of saved logins and passwords. //user_pref("signon.storeWhenAutocompleteOff", false);