Skip to content

Commit 512ba34

Browse files
committed
feat: add besteya.com to disposable email domains list
1 parent a757a53 commit 512ba34

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

services/security.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { readFile } from 'fs/promises';
66
const DISPOSABLE_DOMAINS_URL = 'https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf';
77
const LOCAL_DISPOSABLE_DOMAINS = new Set([
88
'ztzt.net',
9+
'besteya.com',
910
]);
1011
let disposableDomainsCache = null;
1112
let disposableDomainsTimestamp = 0;

0 commit comments

Comments
 (0)