Merge branch 'abrowser-disable-pocket' into 'belenos'

Disable Pocket integration in Abrowser

This merge request disables Pocket integration in Abrowser.

See merge request !115
This commit is contained in:
Ruben Rodriguez 2015-07-15 21:25:20 +00:00
commit 1c22ca8667

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