Move settings one level up
This commit is contained in:
parent
06537b575d
commit
5f6f260411
3 changed files with 6 additions and 1 deletions
|
|
@ -3,14 +3,19 @@
|
||||||
"AppUpdateURL": "",
|
"AppUpdateURL": "",
|
||||||
"DisableAppUpdate": true,
|
"DisableAppUpdate": true,
|
||||||
"OverridePostUpdatePage": "",
|
"OverridePostUpdatePage": "",
|
||||||
|
|
||||||
"DisableMasterPasswordCreation": true,
|
"DisableMasterPasswordCreation": true,
|
||||||
"DisableFeedbackCommands": true,
|
"DisableFeedbackCommands": true,
|
||||||
"DisableFirefoxAccounts": true,
|
"DisableFirefoxAccounts": true,
|
||||||
|
|
||||||
"DisableFirefoxStudies": true,
|
"DisableFirefoxStudies": true,
|
||||||
|
"DisableTelemetry": true,
|
||||||
|
|
||||||
"DisablePocket": true,
|
"DisablePocket": true,
|
||||||
"DisableProfileImport": true,
|
"DisableProfileImport": true,
|
||||||
"DisableSetDesktopBackground": true,
|
"DisableSetDesktopBackground": true,
|
||||||
|
|
||||||
"DisableSystemAddonUpdate": true,
|
"DisableSystemAddonUpdate": true,
|
||||||
"DisableTelemetry": true
|
"DisableDeveloperTools": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue