Hi everyone,
Apparently there is a loophole to leak data according to our cybersecurity team on the MacOS Outlook client using the “Share to Teams” feature

I am trying to disable the function for “Share to Teams” via a configuration profile on JAMF with the following configurations
Application & Custom Settings > Upload
Preference Domain: com.microsoft.Outlook
PLIST:

<plist version="1.0">
<dict>
<key>com.microsoft.Outlook</key>
<dict>
<key>DisableShareToTeams</key>
<true/>
</dict>
</dict>
</plist>
I am wondering if anyone have any insights about this
Thanks in advance!!