From f12603387db83aa10896c56e30e26f471901ea02 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Mon, 29 Sep 2025 22:05:28 -0600 Subject: [PATCH] Add another emerg number to blocklist --- index.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 25231d4..574ae17 100644 --- a/index.js +++ b/index.js @@ -25,7 +25,16 @@ const port = process.env.SERVER_PORT || 3000; const invalidBlocks = [ // Emergency number prefixes (112, 911, 999, 110, 117, 119, 113, 191, 111) - 1120000, 9110000, 9990000, 1100000, 1170000, 1190000, 1130000, 1910000, 1110000 + 1120000, // UK, EU, etc + 9110000, // US, Canada + 9880000, // Suicide prevention (US) + 9990000, + 1100000, + 1170000, + 1190000, + 1130000, + 1910000, + 1110000 ] const pool = mariadb.createPool({