set read only config params
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user