Hello there, I'm trying to add custom trusted sites to uBlock on Chrome and JAMF is throwing an error saying the PLIST format is incorrect. I'm wondering if any of you have a template for whitelisting domains in uBlock that you'd be able to share. Below is what I'm trying to use that is not working.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>trustedSiteDirectives</key>
<string>"trustedSiteDirectives":{"microsoft.com", "adobe.com", "office.com"}</string>
</dict>
</plist>
Thank you in advance




