使用API接口设置:若密码遭遇了数据泄露,发出警告

使用API接口设置:若密码遭遇了数据泄露,发出警告:

(此接口需要在启动浏览器之前调用)

Request Url:

http://127.0.0.1:35000/api/v1/profile/browser/password_manager_leak_detection

Request Type: GET

名称类型描述必传
profileIdstring浏览器配置文件IDtrue
enableboolean关闭:false 开启:true 默认关闭  true

Body
x-www-form-urlencoded

{
    "profileId": "17D40B01-566A-4E3F-888A-C40A404668B8",
    "enable": true
}


注:

(1)使用本地接口时,需在客户端启动“浏览器自动化设置”并保存设置,教程请参考“开启浏览器自动化端口”

(2)profileId请参考“配置文件ID(Profile ID)在哪”教程或者使用profile/list的api接口获取所有profileId。