Skip to content

Commit

Permalink
set trustedAppsByPolicyEnabled flag to true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-tavares committed Oct 15, 2021
1 parent 22d07ed commit 328d073
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const allowedExperimentalValues = Object.freeze({
ruleRegistryEnabled: false,
tGridEnabled: true,
tGridEventRenderedViewEnabled: true,
trustedAppsByPolicyEnabled: false,
trustedAppsByPolicyEnabled: true,
excludePoliciesInFilterEnabled: false,
uebaEnabled: false,
disableIsolationUIPendingStatuses: false,
Expand Down

0 comments on commit 328d073

Please sign in to comment.