
This is an automated email from the git hooks/post-receive script. richard pushed a commit to branch tor-browser-102.3.0esr-12.0-2 in repository tor-browser. The following commit(s) were added to refs/heads/tor-browser-102.3.0esr-12.0-2 by this push: new 0facb1e5ec8d fixup! Firefox preference overrides. 0facb1e5ec8d is described below commit 0facb1e5ec8dbcdafe2d0037d326f9e00a094153 Author: Pier Angelo Vendrame <pierov@torproject.org> AuthorDate: Wed Sep 28 08:25:54 2022 +0200 fixup! Firefox preference overrides. Bug 41326: Update preference for remoteRecipes --- browser/app/profile/001-base-profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/app/profile/001-base-profile.js b/browser/app/profile/001-base-profile.js index 80fe3f56967b..374bc3d1550e 100644 --- a/browser/app/profile/001-base-profile.js +++ b/browser/app/profile/001-base-profile.js @@ -178,7 +178,7 @@ pref("signon.management.page.mobileAndroidURL", ""); pref("signon.management.page.mobileAppleURL", ""); // Disable remote "password recipes" -pref("signon.recipes.remoteRecipesEnabled", false); +pref("signon.recipes.remoteRecipes.enabled", false); // Disable ServiceWorkers and push notifications by default pref("dom.serviceWorkers.enabled", false); -- To stop receiving notification emails like this one, please contact the administrator of this repository.