Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 Chrome 扩展程序,我想将根证书导入:
谷歌浏览器扩展有API吗?或javascript代码?为达到这个 ?
谢谢。
我不知道 Chrome 中有这样的替代方案。但无论如何,我怀疑它是否存在,因为这将是一个巨大的安全漏洞。
这意味着恶意扩展可以静默注册过期或不受信任的证书。此后,如果用户访问证书所在的域,就不会被警告非受信任证书的潜在危险。
像往常一样,如果你的意图是好的,拥有这样的功能会很棒,但你不能冒险!