Skip to content

Commit

Permalink
Merge pull request #182 from KelvinTegelaar/dev
Browse files Browse the repository at this point in the history
[pull] dev from KelvinTegelaar:dev
  • Loading branch information
JohnDuprey committed Jun 5, 2024
2 parents 95ee284 + 5bdb4c1 commit aeeb2eb
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,16 @@
"impact": "Low Impact",
"impactColour": "info"
},
{
"name": "standards.EnablePronouns",
"cat": "Global Standards",
"tag": ["lowimpact"],
"helpText": "Enables the Pronouns feature for the tenant. This allows users to set their pronouns in their profile.",
"addedComponent": [],
"label": "Enable Pronouns",
"impact": "Low Impact",
"impactColour": "info"
},
{
"name": "standards.AnonReportDisable",
"cat": "Global Standards",
Expand Down Expand Up @@ -1102,6 +1112,44 @@
"name": "standards.AntiPhishPolicy.EnableUnusualCharactersSafetyTips",
"default": true
},
{
"type": "Select",
"label": "If a message is detected as user impersonation",
"name": "standards.AntiPhishPolicy.TargetedUserProtectionAction",
"values": [
{
"label": "Move to Junk Folder",
"value": "MoveToJmf"
},
{
"label": "Delete the message before its delivered",
"value": "Delete"
},
{
"label": "Quarantine the message",
"value": "Quarantine"
}
]
},
{
"type": "Select",
"label": "If a message is detected as domain impersonation",
"name": "standards.AntiPhishPolicy.TargetedDomainProtectionAction",
"values": [
{
"label": "Move to Junk Folder",
"value": "MoveToJmf"
},
{
"label": "Delete the message before its delivered",
"value": "Delete"
},
{
"label": "Quarantine the message",
"value": "Quarantine"
}
]
},
{
"type": "Select",
"label": "If Mailbox Intelligence detects an impersonated user",
Expand Down

0 comments on commit aeeb2eb

Please sign in to comment.