forked from opragel/profiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApp Defaults - Chrome.mobileconfig
More file actions
99 lines (99 loc) · 2.79 KB
/
App Defaults - Chrome.mobileconfig
File metadata and controls
99 lines (99 loc) · 2.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<?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>PayloadContent</key>
<dict>
<key>com.google.Chrome</key>
<dict>
<key>Forced</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>AuthNegotiateDelegateWhitelist</key>
<string>*.contoso.com</string>
<key>AuthServerWhitelist</key>
<string>*.contoso.com</string>
<key>AutoFillEnabled</key>
<false/>
<key>DefaultBrowserSettingEnabled</key>
<false/>
<key>DefaultNotificationsSetting</key>
<integer>2</integer>
<key>ExtensionInstallBlacklist</key>
<array>
<string>*</string>
</array>
<key>HideWebStorePromo</key>
<true/>
<key>HomepageIsNewTabPage</key>
<false/>
<key>HomepageLocation</key>
<string>https://contoso.com</string>
<key>ImportAutofillFormData</key>
<false/>
<key>ImportBookmarks</key>
<false/>
<key>ImportHistory</key>
<false/>
<key>ImportHomepage</key>
<false/>
<key>ImportSavedPasswords</key>
<false/>
<key>ImportSearchEngine</key>
<false/>
<key>MetricsReportingEnabled</key>
<false/>
<key>PasswordManagerEnabled</key>
<false/>
<key>RestoreOnStartup</key>
<integer>4</integer>
<key>RestoreOnStartupURLs</key>
<array>
<string>https://contoso.com/</string>
</array>
<key>RestrictSigninToPattern</key>
<string>*@contoso.com</string>
<key>SyncDisabled</key>
<false/>
</dict>
</dict>
</array>
</dict>
</dict>
<key>PayloadDisplayName</key>
<string>Chrome Defaults</string>
<key>PayloadEnabled</key>
<true/>
<key>PayloadIdentifier</key>
<string>com.apple.ManagedClient.preferences.3377ead0-2310-0131-32ec-000c2944c108</string>
<key>PayloadType</key>
<string>com.apple.ManagedClient.preferences</string>
<key>PayloadUUID</key>
<string>3377ead0-2310-0131-32ec-000c2944c108</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>App Defaults - Chrome</string>
<key>PayloadIdentifier</key>
<string>org.profile.chrome</string>
<key>PayloadOrganization</key>
<string>Contoso Inc.</string>
<key>PayloadRemovalDisallowed</key>
<true/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>A7EB734B-1A9C-4083-8B84-80B1704E1223</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>