firefox: dismiss 'extensions in private browsing mode' notification

This commit is contained in:
Alan Faubert 2020-02-07 12:30:55 -05:00
parent 505ba78a27
commit 69e4047160

View File

@ -18,6 +18,7 @@ user_pref("datareporting.healthreport.uploadEnabled", false);
user_pref("devtools.selfxss.count", 5);
user_pref("devtools.whatsnew.enabled", false);
user_pref("devtools.whatsnew.feature-enabled", false);
user_pref("extensions.privatebrowsing.notification", true);
user_pref("identity.fxaccounts.enabled", false);
user_pref("layout.css.visited_links_enabled", false);
user_pref("media.autoplay.default", 5);