From 76d527d0b23efc1044842d5da3e34ecb4cae8b0e Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 25 Nov 2020 16:40:47 +0100 Subject: [PATCH] Don't store support attachments into the drive --- www/support/ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/support/ui.js b/www/support/ui.js index 9b86d6f20..a58fdf170 100644 --- a/www/support/ui.js +++ b/www/support/ui.js @@ -397,6 +397,7 @@ define([ var fmConfig = { body: $('body'), + noStore: true, // Don't store attachments into our drive onUploaded: function (ev, data) { if (ev.callback) { ev.callback(data);