Copy link to clipboard
Copied
Hi Everyone,
Hope all is well!
I've been running in to an issue where TrustManager settings in /Library/Preferences/com.adobe.Reader.plist don't apply. Specifically my goal in the Trust Manager is to block PDF files' access to all websites.
The key I'm using is iURLPerms with int - 0 as per here
What I've been trying in the plist is below. All of the FeatureLockdown keys seem to be working. Also, I'm not sure if there is a way I can use iURLPerms as a FeatureLockdown. So far in testing, using that key doesn't work in FeatureLockdown. Curious where I'm going wrong with this.
Thanks!
<plist version="1.0">
<dict>
<key>DC</key>
<dict>
<key>TrustManager</key>
<dict>
<key>cDefaultLaunchURLPerms</key>
<dict>
<key>iURLPerms</key>
<integer>1</integer>
</dict>
</dict>
<key>FeatureLockdown</key>
<dict>
<key>bEnhancedSecurityStandalone</key>
<true/>
<key>bDisableJavaScript</key>
<true/>
<key>bUsageMeasurement</key>
<false/>
<key>cGeneral</key>
<dict>
<key>bToggleCustomOpenSaveExperience</key>
<false/>
</dict>
<key>cServices</key>
<dict>
<key>bToggleAdobeSign</key>
<false/>
<key>bToggleFillSign</key>
<false/>
<key>bToggleSendAndTrack</key>
<false/>
<key>bToggleAdobeDocumentServices</key>
<false/>
<key>bToggleDocumentConversionServices</key>
<false/>
<key>bToggleMobileLink</key>
<false/>
<key>bToggleDocumentCloud</key>
<false/>
<key>bToggleWebConnectors</key>
<false/>
<key>bUpdater</key>
<false/>
</dict>
</dict>
</dict>
</dict>
</plist>
Copy link to clipboard
Copied
Hi,
To block PDF files' access to all websites in Trust Manager, you can simply
Please let m know if this helps.
Thanks,
Shagufta
Copy link to clipboard
Copied
Hi Shagufta,
Thanks for the response. While that works for individual users, I have to deploy the same setting to about 500 users in our Mac environment, and lock the setting so users don't change the setting. That's why we're trying to using the manage preferences - which can be deployed to all users.
Thanks again!
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more