|
@@ -4,7 +4,8 @@ const fs = require('fs');
|
|
|
const path = require('path');
|
|
const path = require('path');
|
|
|
|
|
|
|
|
const WHITELIST_DOMAIN = new Set([
|
|
const WHITELIST_DOMAIN = new Set([
|
|
|
- 'w3s.link'
|
|
|
|
|
|
|
+ 'w3s.link',
|
|
|
|
|
+ 'dweb.link'
|
|
|
]);
|
|
]);
|
|
|
const BLACK_TLD = Array.from(new Set([
|
|
const BLACK_TLD = Array.from(new Set([
|
|
|
'.xyz',
|
|
'.xyz',
|