Skip to content
Snippets Groups Projects
Commit d750527c authored by Legimet's avatar Legimet
Browse files

Disable Pocket integration in Abrowser

parent ea1615c7
No related branches found
No related tags found
No related merge requests found
...@@ -182,3 +182,5 @@ pref("security.ssl3.dhe_rsa_aes_256_sha", false); ...@@ -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);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment