From 7ed92ac1a66f1d8a1089ce8f4b960d14879edb29 Mon Sep 17 00:00:00 2001 From: Norbert Date: Sun, 14 May 2023 22:50:13 +0200 Subject: [PATCH] let whitelist = []; // Define an empty array for the whitelist --- cf_list_create.js | 2 ++ 1 file changed, 2 insertions(+) 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