Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/prefs.js
diff options
context:
space:
mode:
Diffstat (limited to 'data/prefs.js')
-rw-r--r--data/prefs.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/prefs.js b/data/prefs.js
index 5dda37a..5f8b4e0 100644
--- a/data/prefs.js
+++ b/data/prefs.js
@@ -88,3 +88,11 @@ pref("font.size.fixed.zh-HK", 12);
// Enable error pages (xulrunner is missing this pref)
pref("browser.xul.error_pages.enabled", true);
+
+// Set this to not show messages about loaded guns when about:config
+pref("general.warnOnAboutConfig", false);
+
+// Set the maximum history entries to 50
+pref("browser.sessionhistory.max_entries", 50);
+
+