Skip to content

Commit

Permalink
Merge pull request #2249 from Ren-Roros-Digital/SafeLinksPolicy
Browse files Browse the repository at this point in the history
SafeLinksPolicy Standard
  • Loading branch information
KelvinTegelaar committed Mar 25, 2024
2 parents fcfeed9 + 6b557bf commit e655b28
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,32 @@
"impact": "Medium Impact",
"impactColour": "warning"
},
{
"name": "standards.SafeLinksPolicy",
"cat": "Defender Standards",
"tag": ["lowimpact", "CIS"],
"helpText": "This creates a safelink policy that automatically scans, tracks, and and enables safe links for Email, Office, and Teams for both external and internal senders",
"addedComponent": [
{
"type": "boolean",
"label": "AllowClickThrough",
"name": "standards.SafeLinksPolicy.AllowClickThrough"
},
{
"type": "boolean",
"label": "DisableUrlRewrite",
"name": "standards.SafeLinksPolicy.DisableUrlRewrite"
},
{
"type": "boolean",
"label": "EnableOrganizationBranding",
"name": "standards.SafeLinksPolicy.EnableOrganizationBranding"
}
],
"label": "Default SafeLinks Policy",
"impact": "Low Impact",
"impactColour": "info"
},
{
"name": "standards.intuneDeviceRetirementDays",
"cat": "Intune Standards",
Expand Down

0 comments on commit e655b28

Please sign in to comment.