To Enable Pop-ups
To increase the disk cache to 1024MB
To set the disk max entry to -1
Limit the open tabs
Home Page to our company website.
I have followed the kb for repackaging firefox with custom changes. https://support.mozilla.org/en-US/kb/re ... -installer
Followed this KB article: https://developer.mozilla.org/en-US/doc ... references And added all-companyname.js file to Core\defaults\pref\.
The newly created install runs silently with -ms, but none of the changes take affect.
Here are the changes that are I trying to implement in the all-companyname.js file:
// 6/8/2018
// Oracle Cloud Customization
// Do Not Delete This File
user_pref("app.normandy.first_run", false);
user_pref("browser.cache.disk.capacity", 1024000);
user_pref("browser.cache.disk.max_entry_size", -1);
user_pref("browser.cache.disk.smart_size.first_run", false);
user-pref("browser.link.open_newwindow.restriction", 1);
user_pref("browser.sessionstore.max_concurrent_tabs", =0);
user_pref("browser.startup.homepage", "https://www.titan-intl.com/");
user_pref("browser.tabs.remote.autostart.2", true);
user_pref("dom.apps.rest_permissions", true);
user_pref("dom.disable_open_during_load", false);
user_pref("pref.browser.homepage.disable_button.current_page", false);
So my question are:
Am I editing the .js file correctly?
Is there another way I can implement these custom changes enterprise wise?
Thanks your suggestions will be greatly appreciated.

Maritza