Update Reject Hosts

This commit is contained in:
SukkaW
2023-07-24 21:03:12 +08:00
parent 2cec0789b1
commit e7cc52dd67
2 changed files with 10 additions and 1 deletions

View File

@@ -241,7 +241,13 @@ const PREDEFINED_ENFORCED_WHITELIST = [
'repl.co',
'w3s.link',
'translate.goog',
'backblazeb2.com'
'backblazeb2.com',
'workers.dev',
'r2.dev',
'glitch.me',
'netlify.app',
'blogspot.com',
'appspot.com'
];
module.exports.HOSTS = HOSTS;