I would like to have my network extension installed without having to go through two pop ups. The first one being for actually installing the network extension, which I know can be done via https://developer.apple.com/documentation/devicemanagement/systemextensions , but it doesn't disable the second dialog window for allowing the network extension to actually filter network traffic. I would like to know how to automate for the secondary one as well. Thanks
Automating installation of network extension
Given that you referenced system extensions, I’m presuming this is on the Mac. Having said that, the answer doesn’t actually change: On managed device you configure content filters using the WebContentFilter (com.apple.webcontent-filter) payload. I’ve done this on iOS and it was easy to get working (although it requires a supervised device). I’ve never tried it on macOS but it should work.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"