Disable tabs in titlebar in firefox

This commit is contained in:
outfoxxed 2023-06-27 16:41:48 -07:00
parent 22df7fca96
commit 392f0bb814
Signed by: outfoxxed
GPG Key ID: 4C88A185FB89301E
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ rec {
# disable plugin signing requirements
"xpinstall.signatures.required" = false;
"xpinstall.whitelist.required" = false;
# disable csd
"browser.tabs.inTitlebar" = 0;
};
security = {