From 5ceb88668046c9d78e7471975f989d2ba506e745 Mon Sep 17 00:00:00 2001 From: Ricardo Band Date: Thu, 14 Jul 2022 13:02:18 +0200 Subject: [PATCH] Set cookie feature flag to true by default --- src/global.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/global.json b/src/global.json index 4e884c6..a7bbc36 100644 --- a/src/global.json +++ b/src/global.json @@ -18,6 +18,7 @@ "host": true, "http": true, "request": true, + "cookies": true, "environment": true, "file": true, "header": true @@ -55,4 +56,4 @@ "header": "x-echo-file" } } -} \ No newline at end of file +}