From 283cd5dea5f6c013d320780d80590ae6a388a34a Mon Sep 17 00:00:00 2001 From: Gregory Pradun Date: Wed, 27 Apr 2022 16:26:45 +0300 Subject: [PATCH] set allowCookiePopup = true for QA env --- environments/qa/wp-config-local.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments/qa/wp-config-local.php b/environments/qa/wp-config-local.php index a675df6..eb170a1 100644 --- a/environments/qa/wp-config-local.php +++ b/environments/qa/wp-config-local.php @@ -12,7 +12,7 @@ define('LAWCARTA_PORT', ''); define('LAWCARTA_ENVIRONMENT_NAME', 'qa'); -define('LC_ALLOW_COOKIE_POPUP', false); +define('LC_ALLOW_COOKIE_POPUP', true); $_SERVER['HTTPS'] = 'On';