Skip to content

Commit e655b28

Browse files
Merge pull request #2249 from Ren-Roros-Digital/SafeLinksPolicy
SafeLinksPolicy Standard
2 parents fcfeed9 + 6b557bf commit e655b28

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

src/data/standards.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,32 @@
736736
"impact": "Medium Impact",
737737
"impactColour": "warning"
738738
},
739+
{
740+
"name": "standards.SafeLinksPolicy",
741+
"cat": "Defender Standards",
742+
"tag": ["lowimpact", "CIS"],
743+
"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",
744+
"addedComponent": [
745+
{
746+
"type": "boolean",
747+
"label": "AllowClickThrough",
748+
"name": "standards.SafeLinksPolicy.AllowClickThrough"
749+
},
750+
{
751+
"type": "boolean",
752+
"label": "DisableUrlRewrite",
753+
"name": "standards.SafeLinksPolicy.DisableUrlRewrite"
754+
},
755+
{
756+
"type": "boolean",
757+
"label": "EnableOrganizationBranding",
758+
"name": "standards.SafeLinksPolicy.EnableOrganizationBranding"
759+
}
760+
],
761+
"label": "Default SafeLinks Policy",
762+
"impact": "Low Impact",
763+
"impactColour": "info"
764+
},
739765
{
740766
"name": "standards.intuneDeviceRetirementDays",
741767
"cat": "Intune Standards",

0 commit comments

Comments
 (0)