Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

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

  • 8 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 28 προβολές
  • Τελευταία απάντηση από 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.