From c1b042be9ed6f90021c7abbbf04dd3df304fe219 Mon Sep 17 00:00:00 2001 From: yan Date: Mon, 23 May 2016 12:50:43 -0400 Subject: [PATCH] Bump to HTTPS Everywhere 5.1.9 Fix #1692 CC @garvankeeley @SergeyZhukovsky --- js/constants/appConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/constants/appConfig.js b/js/constants/appConfig.js index 11aa96e1163..2210bdb79fa 100644 --- a/js/constants/appConfig.js +++ b/js/constants/appConfig.js @@ -46,7 +46,7 @@ module.exports = { }, httpsEverywhere: { url: 'https://s3.amazonaws.com/https-everywhere-data/{version}/httpse.json', - version: '5.1.6', // latest stable release from https://eff.org/https-everywhere + version: '5.1.9', // latest stable release from https://eff.org/https-everywhere msBetweenRechecks: 1000 * 60 * 60 * 24, // 1 day enabled: true },