From 0fca8b992068570479d6d3a9db4ea5f13c8e6abf Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Wed, 5 Feb 2020 22:06:25 +0300 Subject: [PATCH] Revert "Use HTTPS do download confusables" This reverts commit a6c803a17dc7e4306c98fd8812878cddf4af8e5c. --- update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.js b/update.js index cf01aa3..0646e2f 100644 --- a/update.js +++ b/update.js @@ -9,7 +9,7 @@ const fs = require('fs'); const path = require('path'); -const URL = 'https://www.unicode.org/Public/security/latest/confusables.txt'; +const URL = 'http://www.unicode.org/Public/security/latest/confusables.txt'; const SAVE_PATH = path.join(__dirname, 'data.json');