访问“不良网站”来自嵌入式 Chromium 的列表?
在警告用户有关“不良网站”时,嵌入式 Chromium 没有与独立 Chrome 相同的保护。 Chrome 用户熟悉当您尝试导航到 Google 检测到恶意软件或其他恶意网络元素的网站时出现的警告屏幕。但是,在嵌入式 Chromium 中重复此操作不会导致出现警告屏幕。有谁知道如何重现此功能,以便我可以将其添加到我的嵌入式 Chromimum 项目(在 Delphi 6 Pro 中)?如果有人“追踪出”重新创建此功能所需的网络调用,我想知道。
Embedded Chromium does not have the same protection as stand-alone Chrome does when it comes to warning users about "bad sites". Users of Chrome are familiar with the warning screen that comes up when you attempt to navigate to a web site that Google has detected malware or other nefarious web elements on. However, repeating this operation in embedded Chromium does not lead to the warning screen. Does anyone know how to reproduce this capability so I can add it to my embedded Chromimum project (in Delphi 6 Pro)? If someone has "traced out" the web calls necessary to recreate this capability I'd like to know.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用
Google Safe Browsing API 根据 Google 可疑网络钓鱼和恶意软件页面列表检查网址
。要了解如何从 delphi 访问此 API,请查看这篇文章使用 Delphi 的 Google Safe Browsing API
从这里您可以将文章的代码集成到您自己的项目中。You can check a URL against the Google lists of suspected phishing and malware pages using the
Google Safe Browsing API
. to see how access this API from delphi check this articleUsing the Google Safe Browsing API from Delphi
from here you can integrate the code of the article inside of your own project.