-
Notifications
You must be signed in to change notification settings - Fork 5
/
Safari.mobileconfig
51 lines (51 loc) · 1.5 KB
/
Safari.mobileconfig
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
<?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>Safari</string>
<key>PayloadIdentifier</key>
<string>com.example.profile.Safari</string>
<key>PayloadUUID</key>
<string>C43749DC-F0FC-4DA6-825E-8F1173BDC7FD</string>
<key>PayloadDescription</key>
<string>Configures Safari</string>
<key>PayloadOrganization</key>
<string>Example, Inc.</string>
<key>PayloadRemovalDisallowed</key>
<true/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadType</key>
<string>com.apple.Safari</string>
<key>PayloadDisplayName</key>
<string>Safari (v 1)</string>
<key>PayloadIdentifier</key>
<string>com.example.profile.Safari</string>
<key>PayloadUUID</key>
<string>EAE98569-B1EF-4361-A04F-037D47CB9090</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>AskBeforeSubmittingInsecureForms</key>
<true/>
<key>AutoOpenSafeDownloads</key>
<false/>
<key>DefaultBrowserPromptingState2</key>
<integer>1</integer>
<key>DefaultBrowserPromptingState3</key>
<integer>2</integer>
<key>SendDoNotTrackHTTPHeader</key>
<true/>
<key>WarnAboutFraudulentWebsites</key>
<true/>
</dict>
</array>
</dict>
</plist>