Website: Update email domains in config.custom.bannedEmailDomainsForWebsiteSubmissions (#35558)

Related to: https://github.com/fleetdm/confidential/issues/10999

Changes:
- added domains to the list of personal email domains that cannot be
used to submit forms on the Fleet website, and sorted the list
alphabetically.
This commit is contained in:
Eric 2025-11-11 18:44:19 -06:00 committed by GitHub
parent 4f78f44edd
commit 739fce4ddd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -385,20 +385,25 @@ module.exports.custom = {
// For website signups & "Talk to us" form submissions:
bannedEmailDomainsForWebsiteSubmissions: [
'example.com',
'gmail.com',
'hotmail.ca',
'hotmail.co.uk',
'hotmail.com',
'icloud.com',
'live.com',
'mac.com',
'me.com',
'msn.com',
'outlook.com',
'proton.com',
'proton.me',
'protonmail.com',
'qq.com',
'yahoo.com',
'yahoo.co.uk',
'hotmail.com',
'hotmail.co.uk',
'hotmail.ca',
'outlook.com',
'icloud.com',
'proton.me',
'live.com',
'yandex.ru',
'ymail.com',
'qq.com',
'example.com',
'ymail.com'
],
// For contact form submissions.