From cdf4ef943b41a5f3b1afb2433e8884678d59f615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Guill=C3=A9n=20i=20Pelegay?= Date: Tue, 3 Jul 2018 22:00:04 +0200 Subject: [PATCH] Fixing cache issues with url block --- threads.js | 1 + 1 file changed, 1 insertion(+) diff --git a/threads.js b/threads.js index b86e6ae7..82f588d7 100644 --- a/threads.js +++ b/threads.js @@ -2301,6 +2301,7 @@ Process.prototype.reportURL = function (url) { } this.httpRequest = new XMLHttpRequest(); this.httpRequest.open("GET", url, true); + this.httpRequest.setRequestHeader('Cache-Control', 'max-age=0'); this.httpRequest.send(null); if (this.context.isCustomCommand) { // special case when ignoring the result, e.g. when