firefox: no tabs in titlebar

This commit is contained in:
Aly Raffauf 2024-08-11 19:33:42 -04:00
parent d38d55e410
commit 82c92f7108

View file

@ -87,6 +87,7 @@
Preferences = { Preferences = {
"browser.aboutConfig.showWarning" = false; "browser.aboutConfig.showWarning" = false;
"browser.bookmarks.addedImportButton" = false; "browser.bookmarks.addedImportButton" = false;
"browser.tabs.inTitlebar" = 0;
"datareporting.healthreport.uploadEnabled" = false; "datareporting.healthreport.uploadEnabled" = false;
"datareporting.policy.dataSubmissionPolicyAccepted" = true; "datareporting.policy.dataSubmissionPolicyAccepted" = true;
"dom.security.https_only_mode" = true; "dom.security.https_only_mode" = true;