From 114894252fb4c331dafc94186e0fea8d56c4e576 Mon Sep 17 00:00:00 2001 From: Grzegorz Rola <grola@seostudio.pl> Date: Fri, 6 Mar 2020 11:35:00 +0100 Subject: [PATCH] Added sanitization on posted AJAX data --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fdc61bc..a796771 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ variables: DISABLE_FUNCTIONAL: 1 + DISABLE_INTEGRATION_TESTS: 1 DISABLE_ACCEPTANCE: 1 DISABLE_CODECEPTION: 1 IS_LIBRARY: 1 -- GitLab