Firefox : Set homepage.
This commit is contained in:
parent
95b93570c8
commit
45adae4a69
|
@ -8,3 +8,6 @@ user_pref("browser.display.use_document_fonts", 0);
|
||||||
|
|
||||||
// Disable animations.
|
// Disable animations.
|
||||||
user_pref("browser.fullscreen.animateUp", 0);
|
user_pref("browser.fullscreen.animateUp", 0);
|
||||||
|
|
||||||
|
// Homepage.
|
||||||
|
user_pref("browser.startup.homepage", "https://home.voronind.com/");
|
||||||
|
|
Reference in a new issue