Skip to content

Commit 6fd72c2

Browse files
Merge pull request #2099 from kris6673/dev
Add disable users from installing add-ins in Outlook standard
2 parents 1879971 + 2c64273 commit 6fd72c2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/data/standards.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414
"helpText": "Enables the In-Place Online Archive for all UserMailboxes with a valid license.",
415415
"addedComponent": [],
416416
"label": "Enable Online Archive for all users",
417-
"impact": "Medium Impact",
417+
"impact": "Low Impact",
418418
"impactColour": "info"
419419
},
420420
{
@@ -582,6 +582,15 @@
582582
"impact": "Low Impact",
583583
"impactColour": "info"
584584
},
585+
{
586+
"name": "standards.DisableOutlookAddins",
587+
"cat": "Exchange Standards",
588+
"helpText": "Disables the ability for users to install add-ins in Outlook. This is to prevent users from installing malicious add-ins.",
589+
"addedComponent": [],
590+
"label": "Disable users from installing add-ins in Outlook",
591+
"impact": "Medium Impact",
592+
"impactColour": "warning"
593+
},
585594
{
586595
"name": "standards.SafeSendersDisable",
587596
"cat": "Exchange Standards",

0 commit comments

Comments
 (0)