mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-08-25 17:49:31 +03:00
fixed appliers exception for some chromium policies
This commit is contained in:
@ -140,7 +140,13 @@ class chromium_applier(applier_frontend):
|
||||
'ProfilePickerOnStartupAvailability',
|
||||
'RelaunchNotification',
|
||||
'SafeSitesFilterBehavior',
|
||||
'DiskCacheSize'])
|
||||
'DiskCacheSize',
|
||||
'FetchKeepaliveDurationSecondsOnShutdown',
|
||||
'MaxConnectionsPerProxy',
|
||||
'RelaunchNotificationPeriod',
|
||||
'UserAgentReduction',
|
||||
'UserDataSnapshotRetentionLimit',
|
||||
'BrowserSwitcherDelay'])
|
||||
return valuename_typeint
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user