Enable HTTPS-only, disable password breach detection
This commit is contained in:
parent
b0f4957366
commit
70f8f57f3e
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
"consented_to_sync": false
|
||||
}
|
||||
},
|
||||
"https_only_mode_enabled": true,
|
||||
"intl": {
|
||||
"selected_languages": "en-GB,en-US,en"
|
||||
},
|
||||
|
@ -25,11 +26,13 @@
|
|||
"ntp": {
|
||||
"shortcust_visible": false
|
||||
},
|
||||
"password_manager_leak_detection": false,
|
||||
"payments": {
|
||||
"can_make_payment_enabled": false
|
||||
},
|
||||
"profile": {
|
||||
"password_account_storage_settings": {},
|
||||
"password_manager_leak_detection": false,
|
||||
"using_default_avatar": true,
|
||||
"using_default_name": true,
|
||||
"using_gaia_avatar": false
|
||||
|
|
Loading…
Reference in a new issue