mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-21 18:50:38 +03:00
Fix for Firefox's homepage setter
This commit is contained in:
parent
ba1d510c1d
commit
f53420414f
@ -54,12 +54,12 @@ class firefox_applier:
|
||||
Query the Homepage property from the storage.
|
||||
'''
|
||||
homepage = dict({
|
||||
'Homepage': 'about:config',
|
||||
'URL': 'about:config',
|
||||
'Locked': True,
|
||||
'StartPage': 'homepage'
|
||||
})
|
||||
response = self.get_hklm_string_entry_default('Homepage\\URL', 'about:config')
|
||||
homepage['Homepage'] = response
|
||||
homepage['URL'] = response
|
||||
return homepage
|
||||
|
||||
def get_block_about_config(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user