mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
Fix: add dweb.link to whitelist
This commit is contained in:
parent
641e4bcea3
commit
2ba69aa167
@ -4,7 +4,8 @@ const fs = require('fs');
|
||||
const path = require('path');
|
||||
|
||||
const WHITELIST_DOMAIN = new Set([
|
||||
'w3s.link'
|
||||
'w3s.link',
|
||||
'dweb.link'
|
||||
]);
|
||||
const BLACK_TLD = Array.from(new Set([
|
||||
'.xyz',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user