Hello all,
I need some help for a newbie. I've been tasked with deploying this:
<key>ExtensionSettings</key>
<dict>
<key>*</key>
<dict>
<key>blocked_permissions</key>
<array>
<string>"proxy", "vpnProvider"</string>
</array>
</dict>
</dict>
I was told that I need to save it as a .mobileconfig file and then deploy it.
My problem is that I have never had formal training and everything has been a trial and error process.
How would I create this and with what tool? The end goal is trying to block VPNs that the students use in the Chrome browser to circumvent our firewall.
This script is from iBoss and we've been told that it will block VPNs.
I'm also assuming that where it says "vpnProvider" I'd put the extensions lengthy ID number.
Any ideas? Thanks in advance for all the assistance.
