File tree Expand file tree Collapse file tree
usr/share/webapp-manager/firefox/profile Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,11 +8,21 @@ user_pref("browser.ctrlTab.previews", true);
88user_pref ( "browser.tabs.warnOnClose" , false ) ;
99user_pref ( "plugin.state.flash" , 2 ) ;
1010user_pref ( "toolkit.legacyUserProfileCustomizations.stylesheets" , true ) ;
11+
12+ // Always show titlebar on top of window
1113user_pref ( "browser.tabs.drawInTitlebar" , false ) ;
1214user_pref ( "browser.tabs.inTitlebar" , 0 ) ;
15+
16+ // Enable strict mode for cookie isolation and enhanced privacy
1317user_pref ( "browser.contentblocking.category" , "strict" ) ;
18+
19+ // Don't clear cookies in LibreWolf (and other Firefox forks)
1420user_pref ( "privacy.clearOnShutdown.offlineApps" , false ) ;
1521user_pref ( "privacy.sanitize.sanitizeOnShutdown" , false ) ;
1622user_pref ( "privacy.sanitize.timeSpan" , 1 ) ;
23+
24+ // Don't show translations popups
1725user_pref ( "browser.translations.automaticallyPopup" , false ) ;
26+
27+ // Open links in new window
1828user_pref ( "browser.link.open_newwindow" , 2 ) ;
You can’t perform that action at this time.
0 commit comments