senathon Posted November 5, 2009 Posted November 5, 2009 Does anyone remember how to modify Firefox Installation with preset config settings such as the following:user_pref("network.http.pipelining", true);user_pref("network.http.proxy.pipelining", true);user_pref("network.http.pipelining.maxrequests", 8);user_pref("content.notify.backoffcount", 5);user_pref("plugin.expose_full_path", true);user_pref("ui.submenuDelay", 0);If not, anyone knows how to set this up in script?Thanks
Grake Posted November 5, 2009 Posted November 5, 2009 it should be in the prefs.js folder in C:\Documents and Settings\Username\Application Data\Mozilla\Firefox\Profiles\abcdef.default. Just import that after an install or include that in the install.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now