New
#41
Is it your understanding that the Toggle application has the same effect as the following instructions and code? I have been using this code for a week and it has defeated the nag popup, but I am not clear on whether or not it also defeats auto-updating. I'd prefer it did and that updates are ONLY on demand.
Create a directory called "distribution" in the same directory as your Firefox executable.
Using Notepad, create a file called policies.json in that directory and put the following in it
{
"policies": {
"DisableAppUpdate": true
}
}