From b0cda9172021e680a0c367d2de2a8cc24cfd27f1 Mon Sep 17 00:00:00 2001 From: Bigad Soleiman Date: Mon, 18 Mar 2024 17:41:40 +0000 Subject: [PATCH] cfGeoRestrictEnable default to false --- cli/magic-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/magic-config.ts b/cli/magic-config.ts index 808049e4c..2b272c3f0 100644 --- a/cli/magic-config.ts +++ b/cli/magic-config.ts @@ -280,7 +280,7 @@ async function processCreateOptions(options: any): Promise { type: "confirm", name: "cfGeoRestrictEnable", message: "Do want to restrict access to the website (CF Distribution) to only a country or countries?", - initial: true, + initial: false, }, { type: "multiselect",