mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
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:
parent
4f78f44edd
commit
739fce4ddd
1 changed files with 15 additions and 10 deletions
25
website/config/custom.js
vendored
25
website/config/custom.js
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue