From 3157bb4fcf022c54b78fde697fd8a7802e6178df Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 17 Feb 2023 10:43:18 +0200 Subject: [PATCH] set read only config params --- .../Espo/Resources/metadata/app/config.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/application/Espo/Resources/metadata/app/config.json b/application/Espo/Resources/metadata/app/config.json index 8ba2f6d649..76a0de7214 100644 --- a/application/Espo/Resources/metadata/app/config.json +++ b/application/Espo/Resources/metadata/app/config.json @@ -13,6 +13,24 @@ "emailKeepParentTeamsEntityList" ], "params": { + "isDeveloperMode": { + "readOnly": true + }, + "clientSecurityHeadersDisabled": { + "readOnly": true + }, + "clientCspDisabled": { + "readOnly": true + }, + "clientCspScriptSourceList": { + "readOnly": true + }, + "clientStrictTransportSecurityHeaderDisabled": { + "readOnly": true + }, + "clientXFrameOptionsHeaderDisabled": { + "readOnly": true + }, "systemUserId": { "level": "admin", "readOnly": true