搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

In Windows 10 20h2 version the config setting for firefox is not working

  • 8 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 rasshuniverse

more options

In Windows 10 20h2 version the config setting for firefox is not working while in Windows 7 and lower versions of Windows 10 it is working fine. The settings in js file and cfg file is correct but still it is not working in Windows 10 20h2 version. It is observed that everytime the firefox is launched it is generating new ffm.js and ffm.cfg file. If we try to edit this ffm.js file still it is not taking the updated values. it again regenerated the file. Can you please help in resolving this issue?

In Windows 10 20h2 version the config setting for firefox is not working while in Windows 7 and lower versions of Windows 10 it is working fine. The settings in js file and cfg file is correct but still it is not working in Windows 10 20h2 version. It is observed that everytime the firefox is launched it is generating new ffm.js and ffm.cfg file. If we try to edit this ffm.js file still it is not taking the updated values. it again regenerated the file. Can you please help in resolving this issue?

所有回复 (8)

more options
more options

Following config setting is being applied in .cfg file // lockPref("security.enterprise_roots.enabled", true);

This setting is working fine in Windows 7 and lower version of Windows 10; only in 20h2 version of Windows 10 it is having issue. It is not taking the value of this cfg file instead each time the firefox is launched it is regenerating ffm.cfg and ffm.js files.

more options

Can some please suggest some solution for resolving this firefox issue in Windows 10 20h2 version?

more options

Firefox doesn't generate JS and CFG files, those are files you create and put in Firefox yourself, so something else is regenerating those files.

I have a blog post that details how to debug autoconfig:

https://mike.kaply.com/2016/09/08/debugging-firefox-autoconfig-problems/

I would suggest you stop using Autoconfig and use our policy support.

https://github.com/mozilla/policy-templates

more options

Note that you need to disable the sandbox in case you use privileged JavaScript code in autoconfig.cfg

  • defaults\pref\autoconfig.js => pref("general.config.sandbox_enabled", false);
more options

I just need the config option "security.enterprise_roots.enabled" to be true...so can you please guide me where is this option in that template as I am unable to find it.

more options

选择的解决方案

more options

Thanks Mike ...the solution that you provided worked.