What happened to firefox-l10n.js in Firefox 149?
With the latest Firefox 149, the firefox-l10n.js in omni.ja seems to be gone? its normally located in \defaults\preferences\ the file is now completely missing in the omni.ja is it now named differently or is it migrated into another file? normally i edit the file and add for our deployment: pref("network.proxy.type", 0);
All Replies (3)
Hi,
This file has been removed in v149. Please see this bug.
I'm not an expert in this, but why won't you set up a policy instead? Also, are you using Enterprise?
the policy locks the setting. but i dont want it to be locked. i only want to set it once. and if the user needs to change it later, he should have the rights to do it. with my explained way via firefox-l10n.js this was never a problem.
- Why not use user.js/prefs.js?
- Policy doesn't lock it, there's Locked parameter you can set to 0, see https://mozilla.github.io/policy-templates/#proxy
- Editing omni.ja should be avoided.