From cb7bdc7e892954b2e0a48c767a92d609ec01c2e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sat, 21 Sep 2013 04:07:34 -0300 Subject: iceweasel-libre: enable TLS/1.1 support by default --- libre/iceweasel-libre/PKGBUILD | 2 +- libre/iceweasel-libre/vendor.js | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'libre') diff --git a/libre/iceweasel-libre/PKGBUILD b/libre/iceweasel-libre/PKGBUILD index 955506d99..77965157a 100644 --- a/libre/iceweasel-libre/PKGBUILD +++ b/libre/iceweasel-libre/PKGBUILD @@ -23,7 +23,7 @@ _pkgname=iceweasel pkgname=iceweasel-libre epoch=1 pkgver=$_debver.$_debrel -pkgrel=1 +pkgrel=2 pkgdesc="A libre version of Debian Iceweasel, the standalone web browser based on Mozilla Firefox." arch=(i686 x86_64 mips64el) diff --git a/libre/iceweasel-libre/vendor.js b/libre/iceweasel-libre/vendor.js index ff42f10b0..776852ead 100644 --- a/libre/iceweasel-libre/vendor.js +++ b/libre/iceweasel-libre/vendor.js @@ -25,3 +25,6 @@ pref("social.remote-install.enabled", false); // Disable missing nonfree flash notification pref("plugins.notifyMissingFlash", false); + +// Enable TLS/1.1 support +pref("security.tls.version.max", 2); -- cgit v1.2.3-2-g168b