Skip to content

Instantly share code, notes, and snippets.

@tonyxu-io
Last active April 28, 2024 17:05
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonyxu-io/453e2dc932c425c145ec267d6830c3d6 to your computer and use it in GitHub Desktop.
Save tonyxu-io/453e2dc932c425c145ec267d6830c3d6 to your computer and use it in GitHub Desktop.
Edge Configuration Profile
<?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>PayloadDisplayName</key>
<string>tony-edge-lite</string>
<key>PayloadIdentifier</key>
<string>io.tonyxu.edge-lite</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>6BAC9A8B-19F3-4876-99D9-BCA6C8B30238</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>TargetDeviceType</key>
<integer>5</integer>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadDisplayName</key>
<string>Microsoft Edge</string>
<key>PayloadIdentifier</key>
<string>com.microsoft.Edge.13D4EE1D-74BF-4963-AE69-88E61F9FD9EA</string>
<key>PayloadType</key>
<string>com.microsoft.Edge</string>
<key>PayloadUUID</key>
<string>AB70BBA2-D881-4C1A-8E36-9EE591429F3E</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>AddressBarMicrosoftSearchInBingProviderEnabled</key>
<false />
<key>BingAdsSuppression</key>
<true />
<key>ConfigureDoNotTrack</key>
<true />
<key>DiagnosticData</key>
<integer>0</integer>
<key>HideFirstRunExperience</key>
<true />
<key>HubsSidebarEnabled</key>
<false />
<key>NewTabPageAllowedBackgroundTypes</key>
<integer>3</integer>
<key>NewTabPageAppLauncherEnabled</key>
<false />
<key>NewTabPageContentEnabled</key>
<false />
<key>NewTabPageHideDefaultTopSites</key>
<true />
<key>OmniboxMSBProviderEnabled</key>
<false />
<key>PersonalizationReportingEnabled</key>
<false />
<key>PromotionalTabsEnabled</key>
<false />
<key>SendSiteInfoToImproveServices</key>
<false />
<key>ShowMicrosoftRewards</key>
<false />
<key>ShowOfficeShortcutInFavoritesBar</key>
<false />
<key>ShowRecommendationsEnabled</key>
<false />
<key>TrackingPrevention</key>
<integer>3</integer>
<key>UserFeedbackAllowed</key>
<false />
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment