Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Managed TrustManager settings in macOS

New Here ,
May 03, 2017 May 03, 2017

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>

777
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
May 03, 2017 May 03, 2017

Hi,

To block PDF files' access to all websites in Trust Manager, you can simply

  1. Go to Preferences >> Trust Manager.
  2. Under the section 'Internet Access from PDF Files outside the web browser', click on 'Change Seetings'
  3. Select 'Block PDF files access to all web sites'.

Please let m know if this helps.

Thanks,

Shagufta

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 04, 2017 May 04, 2017
LATEST

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!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines