Skip to content

Commit 5f6d2fc

Browse files
HainishJ0WI
authored andcommitted
http -> https for Alexa top 1M (EFForg#6608)
1 parent 0b26f38 commit 5f6d2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/labeller/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function get_alexa(alexa_cb){
1919
var alexa = []
2020
var csv_regex = /^[0-9]+,(.+)/
2121

22-
request.get('http://s3.amazonaws.com/alexa-static/top-1m.csv.zip')
22+
request.get('https://s3.amazonaws.com/alexa-static/top-1m.csv.zip')
2323
.on('error', function(err) {
2424
alexa_cb(err);
2525
})

0 commit comments

Comments
 (0)