Whitelisting bitly email domain

This commit is contained in:
SukkaW
2024-02-04 18:08:14 +08:00
parent 1a42221447
commit d12f42529a

View File

@@ -243,5 +243,6 @@ export const PREDEFINED_ENFORCED_WHITELIST = [
'glitch.me',
'netlify.app',
'blogspot.com',
'appspot.com'
'appspot.com',
'email.accounts.bitly.com'
];