This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch geckoview-102.3.0esr-11.5-1 in repository tor-browser.
commit 8e58910e9e690aa148c0911bfa70cf8b9c9d9401 Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Mon Oct 3 18:49:30 2022 +0200
fixup! Firefox preference overrides.
Bug 41326: Update preference for remoteRecipes --- browser/app/profile/000-tor-browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js index a43c75e96b01..51a71f355a69 100644 --- a/browser/app/profile/000-tor-browser.js +++ b/browser/app/profile/000-tor-browser.js @@ -142,7 +142,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);