-
Notifications
You must be signed in to change notification settings - Fork 2
/
com.apple.Safari.json
266 lines (257 loc) · 8.04 KB
/
com.apple.Safari.json
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
{
"$schema": "http://json-schema.org/schema#",
"title": "Apple Safari Application Settings",
"description": "Preference domain: com.apple.Safari",
"type": "object",
"options": {
"remove_empty_properties": true
},
"properties": {
"HomePage": {
"type": "string",
"title": "Homepage",
"description": "Homepage URL",
"default": ""
},
"NewWindowBehavior": {
"type": "integer",
"title": "Contents of new windows",
"description": "0 = Top Sites, 1 = Homepage, 2 = Empty Page, 3 = Same Page, 4 = Favorites",
"default": 0,
"enum": [0, 1, 2, 3, 4],
},
"NewTabBehavior": {
"type": "number",
"title": "Contents of new tabs",
"description": "0 = Top Sites, 1 = Homepage, 2 = Empty Page, 3 = Same Page, 4 = Favorites",
"default": 0,
"enum": [0, 1, 2, 3, 4],
},
"TabCreationPolicy": {
"type": "number",
"title": "Open pages in tabs instead of windows",
"description": "0= Never, 1 = Automatically, 2 = Always",
"enum": [0, 1, 2],
},
"CommandClickMakesTabs": {
"type": "boolean",
"title": "Command-click opens a link in a new tab",
"default": "true"
},
"OpenNewTabsInFront": {
"type": "boolean",
"title": "When a new tab or window opens, make it active",
"default": "false"
},
"HistoryAgeInDaysLimit": {
"type": "integer",
"title": "Remove history items",
"description": "In days, with 365000 representing \"Never\".",
"enum": [1, 7, 14, 30, 365, 365000]
},
"DownloadsPath": {
"type": "string",
"title": "Downloads location",
"description": "File system path (can start with ~) where downloaded files will be saved.",
"default": "~/Downloads"
},
"DownloadsClearingPolicy": {
"type": "number",
"title": "Remove download list items",
"description": "0 = Manually, 1 = When Safari quits, 2 = Upon successful download.",
"enum": [0, 1, 2],
},
"AutoOpenSafeDownloads": {
"type": "boolean",
"title": "Open \"safe\" files after downloading",
"description": "\"Safe\" files include movies, pictures, sounds, PDF and text documents, and archives.",
"default": "true"
},
"ConfirmClosingMultiplePages": {
"type": "boolean",
"title": "Confirm closing multiple pages",
"default": "true"
},
"DefaultBrowserPromptingState2": {
"type": "number",
"title": "Suppress default web browser prompt",
"enum": [0, 1],
},
"BookmarksMenuIncludesBookmarksToolbar": {
"type": "boolean",
"title": "Bookmarks Menu includes Bookmarks Bar",
"default": "false"
},
"BookmarksMenuIncludesAddressBook": {
"type": "boolean",
"title": "Bookmarks Menu includes Contacts",
"default": "false"
},
"BookmarksMenuIncludesRendezvous": {
"type": "boolean",
"title": "Bookmarks Menu includes Bonjour",
"default": "false"
},
"BookmarksCollectionsIncludeAddressBook": {
"type": "boolean",
"title": "Bookmark Collections include Contacts",
"default": "true"
},
"BookmarksCollectionsIncludeRendezvous": {
"type": "boolean",
"title": "Bookmark Collections include Bonjour",
"default": "true"
},
"AutoFillFromAddressBook": {
"type": "boolean",
"title": "AutoFill web forms using information from contacts",
"default": "true"
},
"AutoFillPasswords": {
"type": "boolean",
"title": "AutoFill user names and passwords",
"default": "false"
},
"com.apple.Safari.ContentPageGroupIdentifier.WebKit2ApplePayEnabled": {
"type": "boolean",
"title": "AutoFill credit card and Apple Pay data",
"default": "true"
},
"AutoFillMiscellaneousForms": {
"type": "boolean",
"title": "AutoFill other forms",
"default": "true"
},
"com.apple.Safari.ContentPageGroupIdentifier.WebKit2PluginsEnabled": {
"type": "boolean",
"title": "Enable Plug-ins",
"default": "true"
},
"com.apple.Safari.ContentPageGroupIdentifier.WebKit2JavaEnabled": {
"type": "boolean",
"title": "Enable Java",
"default": "true"
},
"com.apple.Safari.ContentPageGroupIdentifier.WebKit2JavaScriptEnabled": {
"type": "boolean",
"title": "Enable JavaScript",
"default": "true"
},
"com.apple.Safari.ContentPageGroupIdentifier.WebKit2JavaScriptCanOpenWindowsAutomatically": {
"type": "boolean",
"title": "Allow JavaScript to open windows automatically",
"default": "false"
},
"AskBeforeSubmittingInsecureForms": {
"type": "boolean",
"title": "Ask before submitting insecure forms",
"default": "true"
},
"com.apple.Safari.ContentPageGroupIdentifier.WebKit2PrivateBrowsingEnabled": {
"type": "boolean",
"title": "Private browsing",
"default": "false"
},
"BlockStoragePolicy": {
"type": "number",
"title": "Block cookies and website data",
"description": "0 = Always, 1 = Never, 2 = Third parties except sites you visit, 3 = All third parties",
"enum": [0, 1, 2, 3],
},
"SendDoNotTrackHTTPHeader": {
"type": "boolean",
"title": "Website tracking",
"description": "Prevent cross-site tracking",
"default": "true"
},
"ExtensionsEnabled": {
"type": "boolean",
"title": "Enable Extensions",
"default": "true"
},
"DidDisableIndividualExtensionsAfterRemovingOnOffSwitchIfNecessary": {
"type": "boolean",
"title": "Disable Extensions immediately",
"default": "false"
},
"LocalFileRestrictionsEnabled": {
"type": "boolean",
"title": "Enable local file restrictions",
"default": "true"
},
"CanPromptForPushNotifications": {
"type": "boolean",
"title": "Allow Notifications",
"default": "true"
},
"com.apple.Safari.ContentPageGroupIdentifier.WebKit2LoadsImagesAutomatically": {
"type": "boolean",
"title": "Display images",
"default": "true"
},
"com.apple.Safari.ContentPageGroupIdentifier.WebKit2TabsToLinks": {
"type": "boolean",
"title": "Press Tab to highlight each item on a webpage",
"default": "false"
},
"IncludeDevelopMenu": {
"type": "boolean",
"title": "Show Develop menu in menu bar",
"default": "false"
},
"com.apple.Safari.ContentPageGroupIdentifier.WebKit2DefaultTextEncodingName": {
"type": "string",
"title": "Default text encoding",
"description": "The name of the text encoding to use for webpages that don't specify a text encoding. See http://www.iana.org/assignments/character-sets",
"examples": ["US-ASCII", "macintosh", "Adobe-Standard-Encoding"]
},
"com.apple.Safari.ContentPageGroupIdentifier.WebKit2MinimumFontSize": {
"type": "number",
"title": "Never use fonts smaller than:",
"minimum": 1,
"default": 9
},
"com.apple.Safari.ContentPageGroupIdentifier.WebKit2StandardFontFamily": {
"type": "string",
"title": "Default font",
"description": "Font family to use when a webpage does not specify a font.",
"examples": ["Helvetica", "Verdana", "Times"]
},
"com.apple.Safari.ContentPageGroupIdentifier.WebKit2DefaultFontSize": {
"type": "number",
"title": "Default font size",
"description": "Font size to use when a webpage does not specify a font size.",
"minimum": 1,
"default": 9
},
"com.apple.Safari.ContentPageGroupIdentifier.WebKit2FixedFontFamily": {
"type": "string",
"title": "Default fixed-width font family",
"description": "Font family to use when a webpage specifies fixed-width font."
},
"com.apple.Safari.ContentPageGroupIdentifier.WebKit2DefaultFixedFontSize": {
"type": "number",
"title": "Default fixed-width font size",
"description": "Font size to use when a webpage specifies fixed-width font.",
"minimum": 1,
"default": 9
},
"DefaultDatabaseQuota": {
"type": "number",
"title": "Default space for database storage",
"description": "In bytes (default is 5MB)",
"enum": [0, 1048576, 5242880, 10485760, 52428800, 104857600, 524288000],
"default": 5242880
},
"com.apple.Safari.ContentPageGroupIdentifier.WebKit2ShouldPrintBackgrounds": {
"type": "boolean",
"title": "Print backgrounds",
"default": "false"
},
"PrintHeadersAndFooters": {
"type": "boolean",
"title": "Print headers and footers",
"default": "true"
}
}
}