
This is an automated email from the git hooks/post-receive script. pierov pushed a commit to branch tor-browser-91.13.0esr-11.5-1 in repository tor-browser. The following commit(s) were added to refs/heads/tor-browser-91.13.0esr-11.5-1 by this push: new b5afa289e60b fixup! Firefox preference overrides. b5afa289e60b is described below commit b5afa289e60b5374f52dd5b25830c7e4515e259e 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 c226941f7da5..b04c1a2427f0 100644 --- a/browser/app/profile/001-base-profile.js +++ b/browser/app/profile/001-base-profile.js @@ -175,7 +175,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.