browser.translation.engine is a dead pref

https://bugzilla.mozilla.org/show_bug.cgi?id=1844125
This commit is contained in:
fxbrit 2023-07-22 13:20:40 +02:00
parent 2c561ca85d
commit a323021277

View file

@ -376,7 +376,6 @@ pref("devtools.debugger.remote-enabled", false); // default, but subject to bran
defaultPref("devtools.selfxss.count", 0); // required for devtools console to work defaultPref("devtools.selfxss.count", 0); // required for devtools console to work
/** [SECTION] OTHERS */ /** [SECTION] OTHERS */
pref("browser.translation.engine", ""); // remove translation engine
pref("webchannel.allowObject.urlWhitelist", ""); // remove web channel whitelist pref("webchannel.allowObject.urlWhitelist", ""); // remove web channel whitelist
defaultPref("services.settings.server", "https://%.invalid") // set the remote settings URL (REMOTE_SETTINGS_SERVER_URL in the code) defaultPref("services.settings.server", "https://%.invalid") // set the remote settings URL (REMOTE_SETTINGS_SERVER_URL in the code)