From c87d0ed829a3b4beebd2e45a6182259dbb246c84 Mon Sep 17 00:00:00 2001 From: GlazerMann Date: Wed, 11 Dec 2024 09:37:27 -0600 Subject: [PATCH] Update bad_data.php --- constants/bad_data.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/constants/bad_data.php b/constants/bad_data.php index 07ef630bda..5c19d1021f 100644 --- a/constants/bad_data.php +++ b/constants/bad_data.php @@ -13040,3 +13040,13 @@ '10.7759/cureus.', '10.7766/', ]; + +const BAD_DOI_ARRAY = [ + '10.1126/science' => true, + '' => true, + '10.7556/jaoa' => true, + '10.1267/science.040579197' => true, + '10.0000/Rubbish_bot_failure_test' => true, + '10.0000/Rubbish_bot_failure_test2' => true, + '10.0000/Rubbish_bot_failure_test.x' => true, +];