Add setting to disable Pocket
This commit is contained in:
parent
9cc2c60318
commit
3816eef099
1 changed files with 7 additions and 0 deletions
7
user.js
7
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);
|
||||
|
|
Loading…
Add table
Reference in a new issue