[CentOS] Remote firefox configuration

Thu Dec 16 14:25:42 UTC 2010
John Hodrien <J.H.Hodrien at leeds.ac.uk>

On Thu, 16 Dec 2010, Marko Vojinovic wrote:

> I am open to any suggestions. :-)

I suggest you simply modified the user's prefs.js in their profile in
~/.mozilla.

// 0 = blank, 1 = home (browser.startup.homepage), 2 = last visited page, 3 = resume previous browser session
// The behavior of option 3 is detailed at: http://wiki.mozilla.org/Session_Restore
pref("browser.startup.page",                0);

jh