mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:53:55 -05:00
firefox: no tabs in titlebar
This commit is contained in:
parent
d38d55e410
commit
82c92f7108
|
@ -87,6 +87,7 @@
|
|||
Preferences = {
|
||||
"browser.aboutConfig.showWarning" = false;
|
||||
"browser.bookmarks.addedImportButton" = false;
|
||||
"browser.tabs.inTitlebar" = 0;
|
||||
"datareporting.healthreport.uploadEnabled" = false;
|
||||
"datareporting.policy.dataSubmissionPolicyAccepted" = true;
|
||||
"dom.security.https_only_mode" = true;
|
||||
|
|
Loading…
Reference in a new issue