diff --git a/user.js b/user.js index 007c3fb..0af94c5 100644 --- a/user.js +++ b/user.js @@ -170,3 +170,10 @@ user_pref("browser.safebrowsing.downloads.remote.enabled", false); * [TEST] see https://github.com/arkenfox/user.js/wiki/Appendix-A-Test-Sites#-mozilla * [1] https://bugzilla.mozilla.org/1226490 ***/ // user_pref("browser.safebrowsing.allowOverride", false); + +/*** CUSTOM CONFIG + * These settings are personal preferences and are not taken from Arkenfox. +***/ + +// Disable Pocket +user_pref("extensions.pocket.enabled", false);