fix(config): improve sign-in confirmation email regex

This commit is contained in:
Phil Booth 2016-06-16 14:38:48 +01:00
Родитель e8cd5df0a7
Коммит 33301c5b8f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -423,7 +423,7 @@ var conf = convict({
doc: 'If feature enabled, force sign-in confirmation for email addresses matching this regex.',
format: Array,
default: [
'@mozilla.com$'
'.+@mozilla\.com$'
],
env: 'SIGNIN_CONFIRMATION_FORCE_EMAIL_REGEX'
}