Add setting to disable Pocket

This commit is contained in:
Foster Hangdaan 2023-08-23 19:02:21 -04:00
parent 9cc2c60318
commit 3816eef099
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -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);