1

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?

Kate
  • 652
  • 5
  • 18
user123456
  • 29
  • 2

3 Answers3

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,532
  • 4
  • 55
  • 75
  • Mozilla Firefox does not use the registry for storing its configuration. It uses preferences files instead. – eKKiM Jan 02 '18 at 10:55
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
  • 31,664
  • 6
  • 58
  • 86
1

MozillaGPO project provides mozilla autoconfig.js module that allow managing mozilla software wia Group Policy.

Slipeer
  • 3,255
  • 2
  • 18
  • 32