From 6511a994987b336d7106e6a74adf3413a367d3a2 Mon Sep 17 00:00:00 2001 From: Sergey Konovalov Date: Wed, 6 Mar 2024 17:55:15 +0300 Subject: [PATCH] [config] Set forceSaveUsingButtonWithoutChanges to false --- Common/config/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/config/default.json b/Common/config/default.json index 3d5b3395..c4417df2 100644 --- a/Common/config/default.json +++ b/Common/config/default.json @@ -166,7 +166,7 @@ "downloadFileAllowExt": ["pdf", "xlsx"], "tokenRequiredParams": true, "allowPrivateIPAddressForSignedRequests": true, - "forceSaveUsingButtonWithoutChanges": true + "forceSaveUsingButtonWithoutChanges": false }, "requestDefaults": { "headers": {