mirror of
https://github.com/litruv/unhomoglyph.git
synced 2026-07-25 19:26:13 +10:00
Use HTTPS do download confusables (#4)
Use HTTPS do download confusables
This commit is contained in:
@@ -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