remove browser.tabs.firefox=false

This is now handled by `firefox-view.patch` in the source repo
This commit is contained in:
Malte Jürgens 2022-10-23 11:12:16 +02:00
parent eb51b4785e
commit 9395f5c0e0
Signed by: maltejur
GPG key ID: D29FBD5F93C0CFC3

View file

@ -422,8 +422,6 @@ lockPref("browser.newtabpage.activity-stream.telemetry", false);
// hide stories UI in about:preferences#home, empty highlights list // hide stories UI in about:preferences#home, empty highlights list
lockPref("browser.newtabpage.activity-stream.feeds.section.topstories.options", "{\"hidden\":true}"); lockPref("browser.newtabpage.activity-stream.feeds.section.topstories.options", "{\"hidden\":true}");
lockPref("browser.newtabpage.activity-stream.default.sites", ""); lockPref("browser.newtabpage.activity-stream.default.sites", "");
// hide Firefox View til reviewed, see https://gitlab.com/librewolf-community/browser/source/-/issues/78
defaultPref("browser.tabs.firefox-view", false);
/** [SECTION] ABOUT /** [SECTION] ABOUT
* remove annoying ui elements from the about pages, including about:protections * remove annoying ui elements from the about pages, including about:protections