Skip to content

Instantly share code, notes, and snippets.

@flymop
Last active December 14, 2021 15:32
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save flymop/ca87f87f2c05391d2c0f4340ab59ac23 to your computer and use it in GitHub Desktop.
Save flymop/ca87f87f2c05391d2c0f4340ab59ac23 to your computer and use it in GitHub Desktop.
Remove unnecessary settings on Microsoft Edge for MacOS, check all Edge policies at edge://policy/
<?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>PayloadContent</key>
<array>
<dict>
<key>DiagnosticData</key>
<integer>0</integer>
<key>FamilySafetySettingsEnabled</key>
<false/>
<key>PayloadDescription</key>
<string>Configures Microsoft Edge settings</string>
<key>PayloadDisplayName</key>
<string>Microsoft Edge</string>
<key>PayloadIdentifier</key>
<string>flymop.io.github.edgesettings</string>
<key>PayloadOrganization</key>
<string>flymop.io.github</string>
<key>PayloadType</key>
<string>com.microsoft.Edge</string>
<key>PayloadUUID</key>
<string>3F17B053-FF15-4918-9CDF-7B07C0D1E030</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDescription</key>
<string>Disable uncessary settings on Microsoft Edge</string>
<key>PayloadDisplayName</key>
<string>EdgeSettings</string>
<key>PayloadIdentifier</key>
<string>flymop.io.github.edgesettings</string>
<key>PayloadOrganization</key>
<string>flymop</string>
<key>PayloadScope</key>
<string>User</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>C265BF7D-B7C0-4CDC-B02A-4EF54D0DF1E4</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
@flymop
Copy link
Author

flymop commented Dec 12, 2021

Download the file and double click to install it, need further confirmation at Preferences -> Profiles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment