Possible Duplicate:
Turn off Mozilla Firefox warning that there are new Firefox add-ons

Firefox sometimes pops-up stating that there are updates for it, or an Add-on has been updated, etc.

How can make Firefox silent, so that it will only update itself/add-ons in the background, and doesn't pops-up with a message??*1

in the "about:config"

app.update.silent;false

setting this to true? what does it do?

*1 = because non-IT people will use PCs, and they don't know what to do, when a message pops up..

p.s.: Firefox 3.6/Scientific Linux

link|improve this question

62% accept rate
Why haven't you upgraded your Firefox? Your about 5 versions behind now – Simon Sheehan Dec 18 '11 at 14:31
1  
just set it to never to check for updates. (it will not pop up any messages but you'll have to run check for updates manually) – Dan D. Dec 18 '11 at 15:13
but I do want updates automatically :\ – LanceBaynes Dec 18 '11 at 15:31
feedback

closed as exact duplicate by studiohack Dec 19 '11 at 2:12

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 2 down vote accepted

The very first Google search result for app.update.silent reveals the answer:

true all update prompting should be suppressed

false show prompts to the user when there are events they should respond to

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.