LibreAwoo: default homepage to about:mozilla

This commit is contained in:
Aminda Suomalainen 2024-03-21 19:28:01 +02:00
parent 405d407c2a
commit af5784b904
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 1 deletions

View File

@ -132,7 +132,8 @@ pref("browser.cache.memory.enable", true);
// Start from homepage, don't restore the previous session (excluding pinned tabs)'
pref("browser.startup.page", 1);
// Simplified DDG experience without prompts for extension and all
pref("browser.startup.homepage", "https://start.duckduckgo.com");
//pref("browser.startup.homepage", "https://start.duckduckgo.com");
pref("browser.startup.homepage", "about:mozilla");
// https://codeberg.org/librewolf/settings/src/branch/master/librewolf.cfg begins