diff --git a/src/browser/app/profile/zen-browser.js b/src/browser/app/profile/zen-browser.js index c013583e3..9846e2dbc 100644 --- a/src/browser/app/profile/zen-browser.js +++ b/src/browser/app/profile/zen-browser.js @@ -16,6 +16,9 @@ pref("browser.tabs.cardPreview.delayMs", 100); pref("devtools.debugger.prompt-connection", false); #endif +// Dont download the multilingual dictionary +pref("intl.multilingual.downloadEnabled", false); + // Theme pref('toolkit.legacyUserProfileCustomizations.stylesheets', true); pref('browser.compactmode.show', true);