Skip to content

Commit 776de23

Browse files
committed
Add public email
1 parent 05fa81a commit 776de23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/cart/order.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function newOrder() {
186186
'@qq.', '@163.', '@126.', '@139.',
187187
'@sohu.', '@sina.', '@foxmail.',
188188
'@gmail.', '@outlook.', '@hotmail.',
189-
'@icloud.', '@yahoo.',
189+
'@icloud.', '@yahoo.', '@google.',
190190
'@proton.me', '@protonmail.com',
191191
]
192192
if (pubemails.some((x) => email.indexOf(x) > 0)) {

0 commit comments

Comments
 (0)