[Mozilla Enterprise] NPAPI

denisrennes.gautier at orange.com denisrennes.gautier at orange.com
Tue Jul 31 06:48:25 UTC 2018


Hello,

This finally works for us, even for the “Check for updates” button in Help/About. Thanks to all guys that provided the information:

Use a file autoconfig.js, to put into the defaults/pref subdirectory of the installation directory. It should contain the following two lines:
pref("general.config.filename", "firefox.cfg");
pref("general.config.obscure_value", 0);

Use a file firefox.cfg to put in the installation directory. It should contain the following lines:
(I do not know exactly which line disables the “Check for updates” button but it works: tested on the version 52.8, it prevents the 52.9 update to arrive automatically or to be triggered by the user, so it should work also on the 52.9 to prevent the 60.2)
// Force the Firefox settings. (This first line is mandatory)

// Auto-update: disabled
lockPref("app.update.enabled", false);
lockPref("app.update.auto", false);
lockPref("app.update.service.enabled", false);

// Disable other Firefox update related settings
lockPref("app.update.badge", false);
lockPref("app.update.checkInstallTime", false);
lockPref("app.update.log", false);
lockPref("app.update.silent", false);
lockPref("app.update.staging.enabled", false);

// Disable button "Show Update History"
lockPref("app.update.disable_button.showUpdateHistory", true);


( For details about the autoconfig method see https://support.mozilla.org/en-US/kb/customizing-firefox-using-autoconfig  )


Denis Gautier



From: Enterprise [mailto:enterprise-bounces at mozilla.org] On Behalf Of Eddy Mendez
Sent: Thursday, July 19, 2018 13:14
To: Mike Kaply
Cc: Robert Ernst; Enterprise at mozilla.org
Subject: Re: [Mozilla Enterprise] NPAPI

But, how could it be possible?  I mean how to block the automatic updates?

On Wed, Jul 18, 2018, 2:38 PM Mike Kaply <mkaply at mozilla.com<mailto:mkaply at mozilla.com>> wrote:
Yes, they'll need to continue using Firefox 52 and not update.

Mike Kaply

On Mon, Jul 16, 2018 at 11:45 AM, Robert Ernst <rob at callcentrehosting.com<mailto:rob at callcentrehosting.com>> wrote:

Hello All,

    We currently use an NPAPI web phone (Zoiper). A number of our clients do not wish to switch over to IE preferring to continue using ESR 52.9 32 bit for the time being.

Will they need to disable updates currently set to the ESR channel to avoid prompts to update to 60.

Sincerely,

Robert Ernst
Director, Technical Operations
Call Centre Hosting Inc.

888.986.8571
rob at CallCentreHosting.com<mailto:rob at CallCentreHosting.com>

_______________________________________________
Enterprise mailing list
Enterprise at mozilla.org<mailto:Enterprise at mozilla.org>
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit https://mail.mozilla.org/listinfo/enterprise or send an email to enterprise-request at mozilla.org<mailto:enterprise-request at mozilla.org> with a subject of "unsubscribe"

_______________________________________________
Enterprise mailing list
Enterprise at mozilla.org<mailto:Enterprise at mozilla.org>
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit https://mail.mozilla.org/listinfo/enterprise or send an email to enterprise-request at mozilla.org<mailto:enterprise-request at mozilla.org> with a subject of "unsubscribe"

_________________________________________________________________________________________________________________________

Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci.

This message and its attachments may contain confidential or privileged information that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and delete this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified.
Thank you.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/enterprise/attachments/20180731/3680459d/attachment-0002.html>


More information about the Enterprise mailing list