mirror of
https://github.com/litruv/unhomoglyph.git
synced 2026-07-24 02:36:12 +10:00
Revert "Use HTTPS do download confusables"
This reverts commit a6c803a17d.
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user