Skip to content

Instantly share code, notes, and snippets.

@igrishaev
Created February 26, 2024 07:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igrishaev/4e0603f0129a62c335f2f38676059753 to your computer and use it in GitHub Desktop.
Save igrishaev/4e0603f0129a62c335f2f38676059753 to your computer and use it in GitHub Desktop.
<?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>EnterprisePoliciesEnabled</key>
<true/>
<key>AppAutoUpdate</key>
<false/>
<key>DisableAppUpdate</key>
<true/>
<key>DontCheckDefaultBrowser</key>
<true/>
<key>DisableBuiltinPDFViewer</key>
<true/>
<key>DisableFormHistory</key>
<true/>
<key>DisableMasterPasswordCreation</key>
<true/>
<key>DisablePasswordReveal</key>
<true/>
<key>DisablePocket</key>
<true/>
<key>DisableTelemetry</key>
<true/>
<key>EnableTrackingProtection</key>
<dict>
<key>Value</key>
<true/>
<key>Locked</key>
<true/>
<key>Cryptomining</key>
<true/>
<key>Fingerprinting</key>
<true/>
<key>EmailTracking</key>
<true/>
<key>Exceptions</key>
<array>
<string>https://example.com</string>
</array>
</dict>
<key>ExtensionUpdate</key>
<false/>
<key>FirefoxHome</key>
<dict>
<key>Search</key>
<true/>
<key>TopSites</key>
<false/>
<key>SponsoredTopSites</key>
<false/>
<key>Highlights</key>
<true/>
<key>Pocket</key>
<false/>
<key>SponsoredPocket</key>
<false/>
<key>Snippets</key>
<false/>
<key>Locked</key>
<true/>
</dict>
<key>FirefoxHome</key>
<dict>
<key>WebSuggestions</key>
<true/>
<key>SponsoredSuggestions</key>
<false/>
<key>ImproveSuggest</key>
<false/>
<key>Locked</key>
<true/>
</dict>
<key>Handlers</key>
<dict>
<key>extensions</key>
<dict>
<key>pdf</key>
<dict>
<key>action</key>
<string>useHelperApp</string>
<key>ask</key>
<false/>
<key>handlers</key>
<array>
<dict>
<key>name</key>
<string>Preview</string>
<key>path</key>
<string>/System/Applications/Preview.app</string>
</dict>
</array>
</dict>
</dict>
</dict>
<key>HardwareAcceleration</key>
<true/>
<key>PrimaryPassword</key>
<false/>
<key>NetworkPrediction</key>
<false/>
<key>NewTabPage</key>
<false/>
<key>NoDefaultBookmarks</key>
<true/>
<key>OfferToSaveLogins</key>
<false/>
<key>OfferToSaveLoginsDefault</key>
<true/>
<key>OverrideFirstRunPage</key>
<true/>
<key>PasswordManagerEnabled</key>
<false/>
<key>PDFjs</key>
<dict>
<key>Enabled</key>
<false/>
<key>EnablePermissions</key>
<false/>
</dict>
<key>Permissions</key>
<dict>
<key>Location</key>
<dict>
<key>BlockNewRequests</key>
<true/>
<key>Locked</key>
<true/>
</dict>
<key>Notifications</key>
<dict>
<key>BlockNewRequests</key>
<true/>
<key>Locked</key>
<true/>
</dict>
<key>Autoplay</key>
<dict>
<key>Default</key>
<string>block-audio</string>
<key>Locked</key>
<true/>
</dict>
<key>VirtualReality</key>
<dict>
<key>BlockNewRequests</key>
<true/>
<key>Locked</key>
<true/>
</dict>
</dict>
<key>PictureInPicture</key>
<dict>
<key>Enabled</key>
<false/>
<key>Locked</key>
<true/>
</dict>
<key>PopupBlocking</key>
<dict>
<key>Default</key>
<true/>
<key>Locked</key>
<true/>
</dict>
<key>RequestedLocales</key>
<array>
<string>en-US</string>
</array>
<key>SanitizeOnShutdown</key>
<true/>
<key>SearchBar</key>
<string>separate</string>
<key>UserMessaging</key>
<dict>
<key>WhatsNew</key>
<false/>
<key>ExtensionRecommendations</key>
<false/>
<key>FeatureRecommendations</key>
<false/>
<key>UrlbarInterventions</key>
<false/>
<key>SkipOnboarding</key>
<true/>
<key>MoreFromMozilla</key>
<false/>
<key>Locked</key>
<true/>
</dict>
<key>UseSystemPrintDialog</key>
<true/>
<key>ShowHomeButton</key>
<true/>
<key>SSLVersionMin</key>
<string>tls1.2</string>
<key>SSLVersionMax</key>
<string>tls1.3</string>
<key>StartDownloadsInTempDirectory</key>
<true/>
<key>SupportMenu</key>
<dict>
<key>Title</key>
<string>Click here for help</string>
<key>URL</key>
<string>http://example.edu/</string>
<key>AccessKey</key>
<string>C</string>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment