Skip to content

Commit

Permalink
firefox: Configure new Intranet as home page
Browse files Browse the repository at this point in the history
Fixes: #1625
  • Loading branch information
pmenzel committed Feb 12, 2020
1 parent 1db2279 commit 1634fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firefox.be0
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ pref("extensions.webservice.discoverURL", "");

// Set default homepage - users can change
// Requires a complex preference
defaultPref("browser.startup.homepage","data:text/plain,browser.startup.homepage=http://twiki.molgen.mpg.de/foswiki/Main/WebHome");
defaultPref("browser.startup.homepage","data:text/plain,browser.startup.homepage=https://intranet.molgen.mpg.de/");

// Don't ask to install the Flash plugin
pref("plugins.notifyMissingFlash", false);
Expand Down

0 comments on commit 1634fcc

Please sign in to comment.