-
-
Save pluwen/cef9d972d23b308871bc2142fb9e37de to your computer and use it in GitHub Desktop.
Remove unnecessary settings on Microsoft Edge for MacOS, check all Edge policies at edge://policy/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment