1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-10-29 20:23:51 +03:00

Set GSettingsUser, Chromium and Firefox appliers not experimental and enabled by default

This commit is contained in:
Evgeny Sinelnikov
2021-07-04 05:32:13 +04:00
parent 110aee3970
commit 0480e88e69
3 changed files with 6 additions and 6 deletions

View File

@@ -30,8 +30,8 @@ from util.util import is_machine_name
class chromium_applier(applier_frontend):
__module_name = 'ChromiumApplier'
__module_enabled = False
__module_experimental = True
__module_enabled = True
__module_experimental = False
__registry_branch = 'Software\\Policies\\Google\\Chrome'
__managed_policies_path = '/etc/chromium/policies/managed'
__recommended_policies_path = '/etc/chromium/policies/recommended'