Disable Pocket integration in Abrowser

This commit is contained in:
Legimet 2015-07-15 12:58:52 -04:00
parent ea1615c733
commit d750527cd1

View file

@ -182,3 +182,5 @@ pref("security.ssl3.dhe_rsa_aes_256_sha", false);
pref("security.ssl3.dhe_dss_aes_128_sha", false); pref("security.ssl3.dhe_dss_aes_128_sha", false);
pref("security.ssl3.dhe_rsa_des_ede3_sha", false); pref("security.ssl3.dhe_rsa_des_ede3_sha", false);
// Disable Pocket integration
pref("browser.pocket.enabled", false);