Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Update to HTTPS Everywhere 5.2.1
Browse files Browse the repository at this point in the history
Fix #2581

Auditors: @bbondy
  • Loading branch information
diracdeltas committed Aug 17, 2016
1 parent 8eb0ab8 commit d91fe2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/constants/appConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = {
},
httpsEverywhere: {
url: 'https://s3.amazonaws.com/https-everywhere-data/{version}/httpse.json',
version: '5.1.9', // latest stable release from https://eff.org/https-everywhere
version: '5.2', // latest major point release from https://eff.org/https-everywhere
msBetweenRechecks: 1000 * 60 * 60 * 24, // 1 day
enabled: true
},
Expand Down

1 comment on commit d91fe2b

@bbondy
Copy link
Member

@bbondy bbondy commented on d91fe2b Aug 17, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++
FYI: I fixed a bug recently where a version change alone wouldn't cause a re-download, but also a bug where we weren't storing etags so it should work within a day.

Please sign in to comment.