I want to have Firefox automatically update from my own server. "app.update.url" looks like the right place in about:config, but it does not do anything.

link|improve this question
1  
Not really programming related. – Poindexter Nov 25 '09 at 16:25
feedback

migrated from stackoverflow.com Nov 27 '09 at 0:14

This question came from our site for professional and enthusiast programmers.

1 Answer

You need to edit the default value for "app.update.url" in defaults/prefs/firefox.js in the firefox install directory. Firefox purposely ignores user set values to "app.update.url". Then you are free to serve up whatever update.xml you want from the server you set.

link|improve this answer
Almost a shame you can't vote yourself up... – Ben Everard Nov 25 '09 at 16:26
feedback

Your Answer

 
or
required, but never shown