diff --git a/environments/qa/wp-config-local.php b/environments/qa/wp-config-local.php index eb170a1..a675df6 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', true); +define('LC_ALLOW_COOKIE_POPUP', false); $_SERVER['HTTPS'] = 'On';