Adjust Firefox settings

This commit is contained in:
Andrew Kvalheim 2022-08-10 10:01:58 -07:00
parent 7c5ca0d006
commit 838606a02a

View file

@ -83,9 +83,6 @@ user_pref("privacy.partition.serviceWorkers", true);
// Enable spell checking in both multi- and single-line text fields
user_pref("layout.spellcheckDefault", 2);
// Keep empty windows open
user_pref("browser.tabs.closeWindowWithLastTab", false);
// Copy pretty URLs from address bar
user_pref("browser.urlbar.decodeURLsOnCopy", true);