From 4b28cc356454cf6f45df580b81c162f7c7a9f642 Mon Sep 17 00:00:00 2001 From: jacobp Date: Tue, 7 Dec 2021 14:57:31 -0500 Subject: [PATCH] added new configs to debug-config.json Signed-off-by: JacobPozaic --- tests/debug-config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/debug-config.json b/tests/debug-config.json index 5b9e35d..fa09853 100644 --- a/tests/debug-config.json +++ b/tests/debug-config.json @@ -5,6 +5,8 @@ "captchaExpiryTimeLimit" : 5, "throttle" : 10, "threadDelay" : 2, + "playgroundEnabled" : false, + "corsHeader" : "*", "captchas" : [ { "name" : "DebugCaptcha", "allowedLevels" : [ "debug" ],