Skip to content

Commit 38ec5fc

Browse files
authored
Merge pull request #15 from daveearley/fix-yahoo.no-false-negative
Fix yahoo.no false negative (fixes #13)
2 parents c9e8a34 + c99da81 commit 38ec5fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/data/email-providers.php

+1
Original file line numberDiff line numberDiff line change
@@ -3559,6 +3559,7 @@
35593559
'yahoo.ie',
35603560
'yahoo.it',
35613561
'yahoo.jp',
3562+
'yahoo.no',
35623563
'yahoo.ru',
35633564
'yahoo.se',
35643565
'yahoofs.com',

src/data/top-level-domains.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@
364364
'dm',
365365
'dnp',
366366
'do',
367-
' docs',
367+
'docs',
368368
'doctor',
369369
'dodge',
370370
'dog',

0 commit comments

Comments
 (0)