parent
f5d806a51a
commit
e614e08d0c
1 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,10 @@ MOZILLA_FIREFOX_UBO_PATH = r'{}\{}\ublock_origin.xpi'.format(
|
|||
os.environ.get('PROGRAMFILES'),
|
||||
r'Mozilla Firefox\distribution\extensions')
|
||||
SETTINGS_GOOGLE_CHROME = {
|
||||
r'Software\Policies\Google\Chrome': {
|
||||
'DWORD Items': {'DefaultNotificationsSetting': 2},
|
||||
# 1: Allow, 2: Don't allow, 3: Ask
|
||||
},
|
||||
r'Software\Google\Chrome\Extensions\cjpalhdlnbpafiamejdnhcphjbkeiagm': {
|
||||
'SZ Items': {
|
||||
'update_url': 'https://clients2.google.com/service/update2/crx'},
|
||||
|
|
|
|||
Loading…
Reference in a new issue