We have a network in our company and I want to set network.automatic-ntlm-auth.allow-non-fqdn parameter to True in Mozilla FireFox for all clients,how can I do this?
Asked
Active
Viewed 552 times
3 Answers
3
Find the required registry setting, and push it out with Group Policy Preferences. Or search for a Firefox GPO administrative template that has the setting defined.
pauska
- 19,766
1
Firefox doesn't really want to be managed this way, to be honest.
It may be possible to bodge a solution by using a lock file (a mozilla.cfg file, configured as per this mozilla KB article). You can then use a startup/login script in a GPO to push that setting out to all your machines.
However, I personally think this will not be a satisfactory solution in the end. Mozilla simply don't appear interested in creating a system that can be reasonably managed in an enterprise.
Rob Moir
- 32,154
1
MozillaGPO project provides mozilla autoconfig.js module that allow managing mozilla software wia Group Policy.
Slipeer
- 3,363