Skip to main content
Question

Custom PLIST in Configuration Profile

  • December 9, 2015
  • 0 replies
  • 11 views

Forum|alt.badge.img+4

I'd like to manage the Adobe Flash plugin settings in Safari using a configuration profile. I see that you can upload a custom plist file, and I've found Apple's documentation on what key settings to set (https://support.apple.com/en-us/HT202947), but I can't quite figure out how to create the plist file in a format that the JSS will accept and have it actually apply the settings to a computer. Does anyone know how to use the custom settings part of configuration profiles? Thanks!

I'm trying to set this setting: <dict>
<key>com.macromedia.Flash Player.plugin</key>
<dict>
<key>PlugInFirstVisitPolicy</key>
<string>PlugInPolicyAsk</string>
</dict>
</dict>