From 739fce4dddaf4b77499cdc1968950f37549d096d Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 11 Nov 2025 18:44:19 -0600 Subject: [PATCH] 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. --- website/config/custom.js | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/website/config/custom.js b/website/config/custom.js index e568f541cf..7c238ce33e 100644 --- a/website/config/custom.js +++ b/website/config/custom.js @@ -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.