Update file inject.js

This commit is contained in:
2024-02-18 10:51:11 +00:00
parent 53af65e4f2
commit 897a9f3cb7

View File

@@ -31,10 +31,14 @@ license_sdk_1.LicenseManager.prototype.licenseCert = {
"feat:variables": true, "feat:variables": true,
"feat:debugInEditor": true, "feat:debugInEditor": true,
"feat:workflowHistory": true, "feat:workflowHistory": true,
"feat:showNonProdBanner": true, "feat:showNonProdBanner": false,
"feat:externalSecrets": true, "feat:externalSecrets": true,
"feat:apiDisabled": true, "feat:apiDisabled": true,
"feat:sourceControl": true, "feat:sourceControl": true,
"feat:binaryDataS3": true,
"feat:multipleMainInstances": true,
"feat:workerView": true,
"feat:advancedPermissions": true,
}, },
}, },
], ],