Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

customise Firefox

  • 6 одговорa
  • 2 имају овај проблем
  • 2 прегледа
  • Последњи одговор послао Jorgek

more options

I want disable settings, and pop-up message at furst start. important make it with *.CFG file for deploing in my company.

I want disable settings, and pop-up message at furst start. important make it with *.CFG file for deploing in my company.

Изабрано решење

Сви одговори (6)

more options
more options

how disable this panel she showing at first start and user can get access to settings. Our specialists of security Department want to make sure it was not

more options

English translation?

more options

In English variant (bottom panel and right button on this panel)

more options

I use these pref setting in mozilla.cfg to disable datareporting and telemetry. I don't know if they are all needed for what you want to achieve.

//
lockPref("datareporting.sessions.current.main", 0);
lockPref("datareporting.sessions.currentIndex", 0);
defaultPref("datareporting.healthreport.uploadEnabled", false);
defaultPref("datareporting.policy.dataSubmissionEnabled", false);
defaultPref("datareporting.healthreport.service.enabled", false);
defaultPref("toolkit.telemetry.rejected", true);
defaultPref("toolkit.telemetry.unified", false);
defaultPref("toolkit.telemetry.unifiedIsOptIn", false);
defaultPref("toolkit.telemetry.server", "");

See also Configuration:

more options

Одабрано решење

Thanks! no longer appears.