diff --git a/cf_list_create.js b/cf_list_create.js index 420d6bd..f6057e3 100644 --- a/cf_list_create.js +++ b/cf_list_create.js @@ -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