Avoid Firefox 2 tabs opening on the first time

Hello

For internal use at my workplace, we use a custom, Firefox
Everything is ok on the fact that the first time, opening custom Firefox on a PC,.
When no profile folder is existing, firefox opens 2 tabs.

And after that first time everything is ok, I think that it comes to the tab 'welcome. '
What can I do to avoid this tab open.

It is our user.js file to overwrite the prefs.js.

If I remove the
"user_pref ("startup.homepage_welcome_url"," http://10.10.10.11:8008");") "
It tries to open the mozilla homepage

user_pref ("startup.homepage_override_url", "http://10.10.10.11:8008"); ")
user_pref ("startup.homepage_welcome_url", "http://10.10.10.11:8008"); ")
user_pref ("javascript.enabled", true);
user_pref ("app.update.enabled", false);
user_pref ("browser.startup.homepage", "http://10.10.10.11:8008"); ")
user_pref ("accessibility.browsewithcaret", false);
user_pref ("browser.cache.disk.enable", false);
user_pref ("browser.popups.showPopupBlocker", false);
user_pref ("browser.cache.memory.enable", false);
user_pref ("browser.shell.checkDefaultBrowser", false);
user_pref ("browser.backspace_action", 2);
user_pref ("privacy.popups.disable_from_plugins", 0);
user_pref ("privacy.sanitize.sanitizeOnShutdown", true);
user_pref ("update_notifications.enabled", false);
user_pref ("browser.tabs.showSingleWindowModePrefs", true);
user_pref ("accessibility.browsewithcaret_shortcut.enabled", false);
user_pref ("plugins.hide_infobar_for_outdated_plugin", true);
user_pref ("extensions.blocklist.enabled", false);
user_pref ("browser.newtabpage.enabled", false);
user_pref ("browser.newtab.url", "http://10.10.10.11:8008"); ")
user_pref ("browser.tabs.autoHide", false);
user_pref ("zoom.minPercent", 100);
user_pref ("zoom.maxPercent", 100);

Thank you.

Hello NiteSupport, please try to replace these two lines in your user.js file:

user_pref("startup.homepage_override_url", "http://10.10.10.11:8008");
user_pref("startup.homepage_welcome_url", "http://10.10.10.11:8008");

with this line instead:

user_pref("browser.startup.homepage_override.mstone", "ignore");

Tags: Firefox

Similar Questions

Maybe you are looking for