From f4813e0f0395e5c3b06d4f010091978cf633a9c9 Mon Sep 17 00:00:00 2001 From: Aditya <60684641+0x0elliot@users.noreply.github.com> Date: Mon, 30 Oct 2023 07:08:05 +0530 Subject: [PATCH] fix: LIQUID_SANITIZE_INPUT=true --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index e92d1ba0..f8be5532 100755 --- a/.env +++ b/.env @@ -3,7 +3,7 @@ ORG_ID=Shuffle ENVIRONMENT_NAME=Shuffle # Sanitize liquid.py input -LIQUID_SANITIZE_INPUT=false +LIQUID_SANITIZE_INPUT=true # Remote github config for first load