diff options
Diffstat (limited to 'libre/iceweasel/vendor.js')
-rw-r--r-- | libre/iceweasel/vendor.js | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/libre/iceweasel/vendor.js b/libre/iceweasel/vendor.js index 2135bf4aa..4f45d6ebb 100644 --- a/libre/iceweasel/vendor.js +++ b/libre/iceweasel/vendor.js @@ -46,6 +46,14 @@ pref("loop.soft_start_hostname", ""); pref("loop.support_url", ""); pref("loop.throttled2", false); +// Disable Pocket and make sure that the request URLs of the Pocket are empty +pref("browser.pocket.enabled", false); +pref("browser.pocket.api", ""); +pref("browser.pocket.site", ""); +pref("browser.pocket.oAuthConsumerKey", ""); +pref("browser.pocket.useLocaleList", false); +pref("browser.pocket.enabledLocales", ""); + // Make sure that the request URL of the Discover Apps is empty pref("browser.apps.URL", ""); @@ -161,5 +169,3 @@ pref("pfs.filehint.url", "http://gnuzilla.gnu.org/plugins/PluginFinderService.ph // https://directory.fsf.org/wiki/Disable_DHE pref("security.ssl3.dhe_rsa_aes_128_sha", false); pref("security.ssl3.dhe_rsa_aes_256_sha", false); -pref("security.ssl3.dhe_dss_aes_128_sha", false); -pref("security.ssl3.dhe_rsa_des_ede3_sha", false); |