You are here

Update Window Popup

2 posts / 0 new
Last post
felixportable
Offline
Last seen: 3 years 5 months ago
Joined: 2020-11-16 08:44
Update Window Popup

Hello,

I am looking for a way to get rid of the following popup:

"Firefox can be updated to a newer version"

I have deactivated the auto updates and possibillity to update in general as i've seen in other posts.
But i can't find the proper setting for this not to show up.

John T. Haller
John T. Haller's picture
Online
Last seen: 32 min 19 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Enterprise Policies

You can set an enterprise policy to do it. Create a distribution folder within FirefoxPortable\App\Firefox and in there create a policies.json file. Within it, add this:

{
"policies": {
"DisableAppUpdate": true
}
}

Save it and copy that distribution folder to FirefoxPortable\App\Firefox64 as well. When you start Firefox, type about:policies in the address bar to ensure it is working.

Sometimes, the impossible can become possible, if you're awesome!

Log in or register to post comments