let whitelist = []; // Define an empty array for the whitelist

This commit is contained in:
Norbert
2023-05-14 22:50:13 +02:00
parent 50375c73cb
commit 7ed92ac1a6
+2
View File
@@ -9,6 +9,8 @@ const LIST_ITEM_LIMIT = Number.isSafeInteger(Number(process.env.CLOUDFLARE_LIST_
if (!process.env.CI) console.log(`List item limit set to ${LIST_ITEM_LIMIT}`);
let whitelist = []; // Define an empty array for the whitelist
// Read whitelist.csv and parse