Skip to content

Commit

Permalink
Update expandFns.php
Browse files Browse the repository at this point in the history
  • Loading branch information
GlazerMann authored Feb 12, 2025
1 parent c9a054a commit 9786a4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions expandFns.php
Original file line number Diff line number Diff line change
Expand Up @@ -2336,6 +2336,7 @@ function doi_is_bad (string $doi): bool {
$doi === '10.1093/oi' || // over-truncated
$doi === '10.1093/logcom' || // over-truncated
$doi === '10.1111/bjep' || // over-truncated
$doi === '10.1146/annurev' || // over-truncated
$doi === '10.1093/oi/authority' || // over-truncated
strpos($doi, '10.5779/hypothesis') === 0 || // SPAM took over
strpos($doi, '10.5555/') === 0 || // Test DOI prefix
Expand Down

0 comments on commit 9786a4b

Please sign in to comment.