Skip to content

Commit

Permalink
fixes duplicate standard
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Dec 7, 2023
1 parent a5a7f6a commit 4e99b5b
Showing 1 changed file with 20 additions and 13 deletions.
33 changes: 20 additions & 13 deletions src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,20 +331,27 @@
"impactColour": "info"
},
{
"name": "standards.SpoofWarn.enable",
"name": "standards.SpoofWarn",
"cat": "Exchange Standards",
"helpText": "Adds indicators to e-mail messages received from external senders in Outlook. Works on all Outlook clients/OWA",
"addedComponent": [],
"label": "Enable Spoofing warnings for Outlook (This e-mail is external identifiers)",
"impact": "Low Impact",
"impactColour": "info"
},
{
"name": "standards.SpoofWarn.disable",
"cat": "Exchange Standards",
"helpText": "Disables spoof warnings from external senders in Outlook.",
"addedComponent": [],
"label": "Disable Spoofing warnings for Outlook (This e-mail is external identifiers)",
"helpText": "Adds or removes indicators to e-mail messages received from external senders in Outlook. Works on all Outlook clients/OWA",
"addedComponent": [
{
"type": "Select",
"label": "Select value",
"name": "standards.SpoofWarn.state",
"values": [
{
"label": "Enabled",
"value": "enabled"
},
{
"label": "Disabled",
"value": "disabled"
}
]
}
],
"label": "Enable or disable 'external' warning in Outlook.",
"impact": "Low Impact",
"impactColour": "info"
},
Expand Down

0 comments on commit 4e99b5b

Please sign in to comment.