Answer the question
In order to leave comments, you need to log in
How to change Firefox start page in domain policies?
Good afternoon. Faced the following problem:
All users of the domain need to change the start page of the Firefox browser to the page of our enterprise. For IE, this is done relatively simply, through the registry, but there are difficulties with Mozilla. This browser does not store the start page in a branch, but in a file that is different for each user.
Who can tell how to do this, or at least indicate in which direction it is worth digging further. I will be very grateful.
Answer the question
In order to leave comments, you need to log in
Gentlemen, there are AD policies!!!
Try to use them.
And ADMX for FF has been around for a long time.
https://support.mozilla.org/si/kb/customizing-fire...
Switch to Google Chrome. To date, it is the only modern browser that fully supports group policies.
And now the answer to the question:
pref("general.config.obscure_value", 0);
pref('general.config.filename', 'firefox.cfg');
//put everything in a try/catch
try {
lockPref("browser.startup.homepage", "https://yandex.ru/");
} catch(e) {
displayError("lockedPref", e);
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question