mirror of
https://github.com/litruv/unhomoglyph.git
synced 2026-07-24 02:36:12 +10:00
Use HTTPS do download confusables
This commit is contained in:
committed by
GitHub
parent
2f17975f88
commit
a6c803a17d
@@ -9,7 +9,7 @@ const fs = require('fs');
|
|||||||
const path = require('path');
|
const path = require('path');
|
||||||
|
|
||||||
|
|
||||||
const URL = 'http://www.unicode.org/Public/security/latest/confusables.txt';
|
const URL = 'https://www.unicode.org/Public/security/latest/confusables.txt';
|
||||||
const SAVE_PATH = path.join(__dirname, 'data.json');
|
const SAVE_PATH = path.join(__dirname, 'data.json');
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user