关闭下载文件后,自动强制执行的病毒扫描
注册表路径:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Attachments
新建一个名为
ScanWithAntiVirus
,数据类型为DWORD 32位的键值,值为1,基数类型,十六进制,保存后重启电脑生效。关闭 Chrome/Chromium 此类型的文件可能会损害您的计算机 警告,Chromium v85 x64 2020-06-20 测试已失效。
启动参数追加--safebrowsing-disable-download-protection
允许加载不安全脚本/内容【关闭不安全提示直接加载】
--allow-running-insecure-content
忽略SSL证书错误
--ignore-certificate-errors
允许加载过期插件(好像没用)
--allow-outdated-plugins
关闭沙盒
--no-sandbox
使用单进程
--single-process
允许跨域,但必须指定用户数据目录
--disable-web-security --user-data-dir
允许访问http,但必须指定http具体url
--unsafely-treat-insecure-origin-as-secure="http://xxx.com"
--no-proxy-server 不使用任何代理,该参数会覆盖任何代理设置
--proxy-auto-detect 自动检测代理,如果还提供了--proxy-server,则忽略此标志
--proxy-pac-url =