From 52c93b8170b8268b25fa603b9f1cb812c1f2e721 Mon Sep 17 00:00:00 2001 From: Christophe Trefois <christophe.trefois@uni.lu> Date: Fri, 18 Oct 2019 11:25:11 +0200 Subject: [PATCH] No cache for ajax to prevent wrong redirects --- .ci/.autoRedirect | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/.autoRedirect b/.ci/.autoRedirect index ea858a14..1c7bfc53 100644 --- a/.ci/.autoRedirect +++ b/.ci/.autoRedirect @@ -7,6 +7,7 @@ url: url, dataType: 'text', type: 'GET', + cache: false, complete: function(xhr){ if(typeof cb === 'function') cb.apply(this, [xhr.status]); -- GitLab