Skip to content

Commit

Permalink
add correct malware message
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlog committed May 17, 2021
1 parent 2de5de3 commit 2032e5e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const policyDetailsMiddlewareFactory: ImmutableMiddlewareFactory<PolicyDe
if (policyItem.inputs[0].config.policy.value.windows.popup.malware.message === '') {
policyItem.inputs[0].config.policy.value.windows.popup.malware.message = DefaultMalwareMessage;
policyItem.inputs[0].config.policy.value.mac.popup.malware.message = DefaultMalwareMessage;
policyItem.inputs[0].config.policy.value.linux.popup.malware.message = DefaultMalwareMessage;
}
if (policyItem.inputs[0].config.policy.value.windows.popup.ransomware.message === '') {
policyItem.inputs[0].config.policy.value.windows.popup.ransomware.message = DefaultMalwareMessage;
Expand Down

0 comments on commit 2032e5e

Please sign in to comment.