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:
commit
1c22ca8667
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue