Merge pull request #6634 from gregory-p/wordpress

set allowCookiePopup = true for QA env
This commit is contained in:
gregory-p
2022-04-27 16:32:51 +03:00
committed by GitHub

View File

@@ -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';