-
Notifications
You must be signed in to change notification settings - Fork 0
/
Firefox-CCK.adml
309 lines (225 loc) · 12.1 KB
/
Firefox-CCK.adml
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
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
<?xml version="1.0" encoding="utf-8"?>
<policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.0" schemaVersion="1.0" xmlns="http://www.microsoft.com/GroupPolicy/PolicyDefinitions">
<displayName/>
<description/>
<resources>
<stringTable>
<string id="MOZILLA_CATEGORY">Mozilla</string>
<string id="FIREFOX_CATEGORY">Firefox</string>
<string id="cck_config_dontCheckDefaultBrowser">cck.config.dontCheckDefaultBrowser</string>
<string id="cck_config_dontCheckDefaultBrowser_EXPLAIN">dontCheckDefaultBrowser.
Enabled=Don't check. Disabled=Do check.
Note: Internally this is stored in the registry as these values:
999001: Enabled
999009: Disabled
</string>
<string id="cck_config_homePage">cck.config.homePage</string>
<string id="cck_config_homePage_EXPLAIN">Home page. (TEXT)
To set multiple home pages (multiple tabs), separate with "|" character.
</string>
<string id="cck_config_lockHomePage">cck.config.lockHomePage</string>
<string id="cck_config_lockHomePage_EXPLAIN">Lock the home page.
Enabled=Lock the home page. Disabled=Don't lock the home page.
Note: Internally this is stored in the registry as these values:
999001: Enabled
999009: Disabled
</string>
<string id="cck_config_preferences">cck.config.preferences</string>
<string id="cck_config_preferences_EXPLAIN">Browser preferences (about:config settings). (JSON)
List of browser preferences, located in about:config:
http://kb.mozillazine.org/About:config_entries
Must be in single-line "minified" JSON format. See example at bottom.
NOTE! If this policy is defined here, all inherited "browser preferences" from a parent policy are lost. To keep all settings from an inherited policy, combine/merge the individual browser preferences from the parent policy into this policy. For example, if you are adding one new preference here and a parent policy already has three other preferences that you want to retain, define this policy with all four preferences in it.
Below is an example of multi-line JSON settings. See conversion details below.
{
"browser.reader.detectedFirstArticle": {"value": true},
"pdfjs.enabled": {"value": true}
}
Below is an example of the above settings converted to single-line "minified" format and prefixed with "JSON:". This format is required for this policy setting.
JSON:{"browser.reader.detectedFirstArticle":{"value":true},"pdfjs.enabled":{"value":true}}
You can use various JSON-formatting websites for validation and conversion, such as:
http://codebeautify.org/jsonviewer
</string>
<string id="cck_config_permissions">cck.config.permissions</string>
<string id="cck_config_permissions_EXPLAIN">Site Permissions (popup exceptions, etc) (JSON)
List of site permissions (popup exceptions, etc). Must be in single-line "minified" JSON format. See example at bottom.
NOTE! If this policy is defined here, all inherited "site permissions" from a parent policy are lost. To keep all settings from an inherited policy, combine/merge the individual site permissions from the parent policy into this policy. For example, if you are adding one new site preference here and a parent policy already has three other site permissions that you want to retain, define this policy with all four site permissions in it.
Below is an example of multi-line JSON settings. See conversion details below.
{
"website1.com": { // *these comments need to be removed*
"cookie": 1, // allow cookies
"install": 1, // allow installing add-ons
"plugins": 1 // allow plugins
"popup": 1, // allow popups
},
"website2.com": {
"popup": 2 // disallow popups
}
}
Below is an example of the above settings converted to single-line "minified" format and prefixed with "JSON:". This format is required for this policy setting.
JSON:{"website1.com":{"cookie":1,"install":1,"plugins":1,"popup":1},"website2.com":{"popup":2}}
You can use various JSON-formatting websites for validation and conversion, such as:
http://codebeautify.org/jsonviewer
</string>
<string id="cck_config_noAddonCompatibilityCheck">cck.config.noAddonCompatibilityCheck</string>
<string id="cck_config_noAddonCompatibilityCheck_EXPLAIN">noAddonCompatibilityCheck.
Enabled=Don't do Addon Compatibility Check. Disabled=Do Addon Compatibility Check.
Note: Internally this is stored in the registry as these values:
999001: Enabled
999009: Disabled
</string>
<string id="cck_config_displayBookmarksToolbar">cck.config.displayBookmarksToolbar</string>
<string id="cck_config_displayBookmarksToolbar_EXPLAIN">displayBookmarksToolbar.
Enabled=Display Bookmarks Toolbar. Disabled=Don't display Bookmarks Toolbar.
Note: Internally this is stored in the registry as these values:
999001: Enabled
999009: Disabled
</string>
<string id="cck_config_dontUseDownloadDir">cck.config.dontUseDownloadDir</string>
<string id="cck_config_dontUseDownloadDir_EXPLAIN">dontUseDownloadDir.
Enabled=Prompt for Download Dir every time. Disabled=Autosave to Download Dir.
Note: Internally this is stored in the registry as these values:
999001: Enabled
999009: Disabled
</string>
<string id="cck_config_disableFormFill">cck.config.disableFormFill</string>
<string id="cck_config_disableFormFill_EXPLAIN">disableFormFill.
Enabled=Disable form fill. Disabled=Enable form fill.
Note: Internally this is stored in the registry as these values:
999001: Enabled
999009: Disabled
</string>
<string id="cck_config_dontRememberPasswords">cck.config.dontRememberPasswords</string>
<string id="cck_config_dontRememberPasswords_EXPLAIN">dontRememberPasswords.
Enabled=Don't remember passwords. Disabled=Do remember passwords.
Note: Internally this is stored in the registry as these values:
999001: Enabled
999009: Disabled
</string>
<string id="cck_config_disableSync">cck.config.disableSync</string>
<string id="cck_config_disableSync_EXPLAIN">disableSync.
Enabled=Disable Sync. Disabled=Enable Sync.
Note: Internally this is stored in the registry as these values:
999001: Enabled
999009: Disabled
</string>
<string id="cck_config_disableCrashReporter">cck.config.disableCrashReporter</string>
<string id="cck_config_disableCrashReporter_EXPLAIN">disableCrashReporter.
Enabled=Disable Crash Reporter. Disabled=Enable Crash Reporter.
Note: Internally this is stored in the registry as these values:
999001: Enabled
999009: Disabled
</string>
<string id="cck_config_disableTelemetry">cck.config.disableTelemetry</string>
<string id="cck_config_disableTelemetry_EXPLAIN">disableTelemetry.
Enabled=Disable Telemetry. Disabled=Enable Telemetry.
Note: Internally this is stored in the registry as these values:
999001: Enabled
999009: Disabled
</string>
<string id="cck_config_disableFirefoxHealthReportUpload">cck.config.disableFirefoxHealthReportUpload</string>
<string id="cck_config_disableFirefoxHealthReportUpload_EXPLAIN">disableFirefoxHealthReportUpload.
Enabled=Disable Firefox Health Report Upload. Disabled=Enable Firefox Health Report Upload.
Note: Internally this is stored in the registry as these values:
999001: Enabled
999009: Disabled
</string>
<string id="cck_config_disableFirefoxHealthReport">cck.config.disableFirefoxHealthReport</string>
<string id="cck_config_disableFirefoxHealthReport_EXPLAIN">disableFirefoxHealthReport.
Enabled=Disable Firefox Health Report. Disabled=Enable Firefox Health Report.
Note: Internally this is stored in the registry as these values:
999001: Enabled
999009: Disabled
</string>
<string id="cck_config_disableFirefoxUpdates">cck.config.disableFirefoxUpdates</string>
<string id="cck_config_disableFirefoxUpdates_EXPLAIN">disableFirefoxUpdates.
Enabled=Disable Firefox Updates. Disabled=Enable Firefox Updates.
Note: Internally this is stored in the registry as these values:
999001: Enabled
999009: Disabled
</string>
<string id="cck_config_dontShowRights">cck.config.dontShowRights</string>
<string id="cck_config_dontShowRights_EXPLAIN">dontShowRights.
Enabled=Don't Show Rights. Disabled=Show Rights.
Note: Internally this is stored in the registry as these values:
999001: Enabled
999009: Disabled
</string>
<string id="cck_config_removeSnippets">cck.config.removeSnippets</string>
<string id="cck_config_removeSnippets_EXPLAIN">removeSnippets.
Enabled=Remove Snippets. Disabled=Don't remove Snippets.
Note: Internally this is stored in the registry as these values:
999001: Enabled
999009: Disabled
</string>
<string id="cck_config_disableResetFirefox">cck.config.disableResetFirefox</string>
<string id="cck_config_disableResetFirefox_EXPLAIN">disableResetFirefox.
Enabled=Disable Reset Firefox. Disabled=Enable Reset Firefox.
Note: Internally this is stored in the registry as these values:
999001: Enabled
999009: Disabled
</string>
<string id="cck_config_disablePDFjs">cck.config.disablePDFjs</string>
<string id="cck_config_disablePDFjs_EXPLAIN">disablePDFjs. (internal javascript PDF viewer)
Enabled=Disable PDFjs. Disabled=Enable PDFjs.
Note: Internally this is stored in the registry as these values:
999001: Enabled
999009: Disabled
</string>
<string id="cck_config_disableHello">cck.config.disableHello</string>
<string id="cck_config_disableHello_EXPLAIN">disableHello.
Enabled=Disable Hello. Disabled=Enable Hello.
Note: Internally this is stored in the registry as these values:
999001: Enabled
999009: Disabled
</string>
<string id="cck_config_disableForget">cck.config.disableForget</string>
<string id="cck_config_disableForget_EXPLAIN">disableForget.
Enabled=Disable Forget. Disabled=Enable Forget.
Note: Internally this is stored in the registry as these values:
999001: Enabled
999009: Disabled
</string>
<string id="cck_config_disableHeartbeat">cck.config.disableHeartbeat</string>
<string id="cck_config_disableHeartbeat_EXPLAIN">disableHeartbeat.
Enabled=Disable Heartbeat. Disabled=Enable Heartbeat.
Note: Internally this is stored in the registry as these values:
999001: Enabled
999009: Disabled
</string>
<string id="cck_config_disablePocket">cck.config.disablePocket</string>
<string id="cck_config_disablePocket_EXPLAIN">disablePocket.
Enabled=Disable Pocket. Disabled=Enable Pocket.
Note: Internally this is stored in the registry as these values:
999001: Enabled
999009: Disabled
</string>
</stringTable>
<presentationTable>
<presentation id="cck_config_dontCheckDefaultBrowser"/>
<presentation id="cck_config_homePage"><textBox refId="cck_config_homePage"><label>cck.config.homePage</label></textBox></presentation>
<presentation id="cck_config_lockHomePage"/>
<presentation id="cck_config_preferences"><textBox refId="cck_config_preferences"><label>cck.config.preferences</label></textBox></presentation>
<presentation id="cck_config_permissions"><textBox refId="cck_config_permissions"><label>cck.config.permissions</label></textBox></presentation>
<presentation id="cck_config_noAddonCompatibilityCheck"/>
<presentation id="cck_config_displayBookmarksToolbar"/>
<presentation id="cck_config_dontUseDownloadDir"/>
<presentation id="cck_config_disableFormFill"/>
<presentation id="cck_config_dontRememberPasswords"/>
<presentation id="cck_config_disableSync"/>
<presentation id="cck_config_disableCrashReporter"/>
<presentation id="cck_config_disableTelemetry"/>
<presentation id="cck_config_disableFirefoxHealthReportUpload"/>
<presentation id="cck_config_disableFirefoxHealthReport"/>
<presentation id="cck_config_disableFirefoxUpdates"/>
<presentation id="cck_config_dontShowRights"/>
<presentation id="cck_config_removeSnippets"/>
<presentation id="cck_config_disableResetFirefox"/>
<presentation id="cck_config_disablePDFjs"/>
<presentation id="cck_config_disableHello"/>
<presentation id="cck_config_disableForget"/>
<presentation id="cck_config_disableHeartbeat"/>
<presentation id="cck_config_disablePocket"/>
</presentationTable>
</resources>
</policyDefinitionResources>