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
|
"consented_to_sync": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"https_only_mode_enabled": true,
|
||||||
"intl": {
|
"intl": {
|
||||||
"selected_languages": "en-GB,en-US,en"
|
"selected_languages": "en-GB,en-US,en"
|
||||||
},
|
},
|
||||||
|
@ -25,11 +26,13 @@
|
||||||
"ntp": {
|
"ntp": {
|
||||||
"shortcust_visible": false
|
"shortcust_visible": false
|
||||||
},
|
},
|
||||||
|
"password_manager_leak_detection": false,
|
||||||
"payments": {
|
"payments": {
|
||||||
"can_make_payment_enabled": false
|
"can_make_payment_enabled": false
|
||||||
},
|
},
|
||||||
"profile": {
|
"profile": {
|
||||||
"password_account_storage_settings": {},
|
"password_account_storage_settings": {},
|
||||||
|
"password_manager_leak_detection": false,
|
||||||
"using_default_avatar": true,
|
"using_default_avatar": true,
|
||||||
"using_default_name": true,
|
"using_default_name": true,
|
||||||
"using_gaia_avatar": false
|
"using_gaia_avatar": false
|
||||||
|
|
Loading…
Reference in a new issue