Star82
785
代码介绍
代码
Issues1765
Pull Requests1145
流水线
Actions
讨论
Wiki
项目成员72
分析
项目设置
Star82
785
  1. chromium_src
  2. /
  3. docs
  4. /
  5. security
  6. /
  7. rules.md
zhuzhenlonggzhuzhenlonggSync Chromium 138.0.7204.45
fafdd397创建于 2025年11月29日历史提交

Security rules

This is a list of the security policies Chromium has published.

  • Rule of Two - don't handle untrustworthy data in the browser process in an unsafe language
  • The browser process should not handle messages from web content
  • Behavior should be part of Chrome's binaries or delivered via component updater rather than delivered dynamically
  • Rules for Android IPC
  • Always assume a compromised renderer
  • Use origin not URL for security decisions
  • Controlling access to powerful web platform features
  • Security considerations for browser UI
  • Guidelines for URL display
  • Avoid adding cross-origin full-page overlays
  • Security Guidelines for LLMs and other large models in Chrome
  • Windows HANDLE handling

You can also find our position on various matters in the security FAQ: for example, on local attackers or on the privilege accorded to enterprise admins.