fix(workspaces): disable folder trust and auto-updates on remote worker

This commit is contained in:
mkorwel
2026-03-19 00:41:29 -07:00
parent e82781ca7d
commit c2022d1651

View File

@@ -310,7 +310,13 @@ and full builds) to a dedicated, high-performance GCP worker.
security: {
auth: {
selectedType: authStrategy
},
folderTrust: {
enabled: false
}
},
general: {
enableAutoUpdate: false
}
};