Om de ûnderfining foar jo te ferbetterjen is tydlik de funksjonaliteit dan dizze website troch ûnderhâldswurk beheind. Wannear in artikel jo probleem net oplost en jo in fraach stelle wolle, kin ús stipemienskip jo helpe yn @FirefoxSupport op Twitter en /r/firefox op Reddit.

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

No effecto of mozilla.cfg

  • 2 antwurd
  • 1 hat dit probleem
  • 1 werjefte
  • Lêste antwurd fan Tibor20

more options

Hello Everyone,

I'm trying to create a new SCCM deployment package using Firefox 50.0. Sadly the .cfg file seem not working. My aim is to disable the auto update function that is working well manually via the about:config.

my local-settings.js contains: pref("general.config.filename", "mozilla.cfg");

mozilla.cfg: //disable application updates Pref('app.update.enabled', false); Pref('app.update.auto', false);

As I read the .cfg is not error tolerated, but it does not work: (for e.g: pref('browser.startup.homepage', 'http://www.google.com'); is also not working.

Any advice?

Thank you in advance!

Hello Everyone, I'm trying to create a new SCCM deployment package using Firefox 50.0. Sadly the .cfg file seem not working. My aim is to disable the auto update function that is working well manually via the about:config. my local-settings.js contains: pref("general.config.filename", "mozilla.cfg"); mozilla.cfg: //disable application updates Pref('app.update.enabled', false); Pref('app.update.auto', false); As I read the .cfg is not error tolerated, but it does not work: (for e.g: pref('browser.startup.homepage', 'http://www.google.com'); is also not working. Any advice? Thank you in advance!

Keazen oplossing

Hello to you :-)

be sure you have the second line also :

pref("general.config.filename", "mozilla.cfg"); pref("general.config.obscure_value", 0);

thank you

Dit antwurd yn kontekst lêze 👍 2

Alle antwurden (2)

more options

Keazen oplossing

Hello to you :-)

be sure you have the second line also :

pref("general.config.filename", "mozilla.cfg"); pref("general.config.obscure_value", 0);

thank you

more options

Hello ideato,

Thank you for your fast response and help. Indeed, I forgot to add the second line of the file, and I also find some syntax error on my mozilla.cfg file.

With your advice and some recheck the problem is gone now.

Thank you once again! :)